From 970ce3049a939b40496fe6cd53de4aa665acd681 Mon Sep 17 00:00:00 2001 From: Simon Wiesend Date: Fri, 24 Oct 2025 08:13:24 +0200 Subject: [PATCH 1/2] add .gitignore and ignore wordsalad_initial bin file --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..214fd4c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +wordsalad_initial \ No newline at end of file From dcb1e44c989802048bd804e40396cdb592b48956 Mon Sep 17 00:00:00 2001 From: Simon Wiesend Date: Fri, 24 Oct 2025 09:17:31 +0200 Subject: [PATCH 2/2] add more gcc output files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 214fd4c..6908172 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -wordsalad_initial \ No newline at end of file +wordsalad_initial +game.o +input.o +runTests \ No newline at end of file