add ./start-linux makefile to gitignore

This commit is contained in:
Tobias Kachel 2025-10-28 10:35:12 +01:00
parent de24c33688
commit 7f69b71455

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
makefile/ makefile/
.vscode/ .vscode/
*.exe *.exe
Start_Linux/makefile