From 0c3cd09d885f13d17cdf6344ce35fc09ff4eeccd Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 26 May 2025 13:03:21 +0200 Subject: [PATCH] fix: gitignore now properly ignores intermediate files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index addc24c3..60760684 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ build/going.x86_64 build/going.exe build.zip -modules/*.o +*.o