From b9ca7ff70cab060ee4da585e1e5e089e1587bb90 Mon Sep 17 00:00:00 2001 From: Simon Wiesend Date: Thu, 6 Nov 2025 19:31:09 +0100 Subject: [PATCH] simplify gitignore --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6fe2dc2..45c9684 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,8 @@ wordsalad_initial -game.o -input.o runTests -main.o -graphicalGame.o wordsalad -wordsalad_initial.exe -runTests.exe +*.o +*.exe testwords_delims.txt testwords_empty.txt testwords_simple.txt