From c1c5363c63a5ee4352946fa4ded9b4bd29a9f26f Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Thu, 10 Sep 2026 14:13:50 -0400 Subject: [PATCH] Ignore the game log file so it doesn't keep showing up in the output when I check for modified files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 20c5e8a..922ede3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.x.c *.x music/ +/game.log