From 52d1f9a6f760af97a14fc68fa7fb5a022cb745a3 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 22 Jan 2026 12:25:37 +0100 Subject: [PATCH] Add C files produced in /res to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ae8c4c..04cb0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,6 @@ /bin/ /obj/ /lib/obj/ +/res/**.c compile_commands.json compile_commands.events.json