From e67fb83d8fc08940edd7f7185497003fddfbcfd1 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 2 Nov 2025 22:49:36 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index e9d61e9..f487925 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file