updated gitignore

This commit is contained in:
Jonas Urban 2025-11-02 22:49:36 +01:00
parent 2f6a3a4391
commit e67fb83d8f

28
.gitignore vendored
View File

@ -1,21 +1,7 @@
I2_Wortsalat/Start_Mac/wordsalad_initial
I2_Wortsalat/Start_Mac/.DS_Store
I2_Wortsalat/.DS_Store
I2_Wortsalat/Start_Mac/input.o
.gitignore
I2_Wortsalat/Start_Mac/game.o
I2_Wortsalat/Start_Mac/runTests
.o
.a
.idea/editor.xml
.idea/vcs.xml
.idea/workspace.xml
I2_Wortsalat/.idea/editor.xml
I2_Wortsalat/.idea/I2_Wortsalat.iml
I2_Wortsalat/.idea/modules.xml
I2_Wortsalat/Start_Mac/main.o
I2_Wortsalat/Start_Mac/.DS_Store
I2_Wortsalat/Start_Mac/.DS_Store
I2_Wortsalat/Start_Mac/wordsalad
I2_Wortsalat/Start_Mac/graphicalGame.o
.DS_Store
# Alles ignorieren
*
# Ausnahmen: bestimmte Dateitypen in allen Verzeichnissen
!**/*.c
!**/*.h
!**/*Makefile