From 343cc291ec52ac088368986b2248c399bf796dd3 Mon Sep 17 00:00:00 2001 From: D2A62006 Date: Thu, 30 Oct 2025 16:25:29 +0100 Subject: [PATCH] refactor .gitignore to simplify entries and improve clarity --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 208324e..d7caf3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -Start_Linux/wordsalad_initial -Start_Linux/game.o -Start_Linux/input.o -Start_Linux/runTests -.vscode \ No newline at end of file +wordsalad_initial +runTests +.vscode +*.o +*.exe +wordsalad \ No newline at end of file