From 6244fad3d49b58bcd648bcbd63968a20b28008f4 Mon Sep 17 00:00:00 2001 From: Simon Wiesend Date: Fri, 31 Oct 2025 08:34:32 +0100 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6908172..4659853 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ wordsalad_initial game.o input.o -runTests \ No newline at end of file +runTests +main.o +graphicalGame.o +wordsalad \ No newline at end of file