From 3f48a7abb289488d28b8cc4909f461d687f0c086 Mon Sep 17 00:00:00 2001 From: Quinn Date: Fri, 12 Sep 2025 13:12:15 +0200 Subject: [PATCH] add compile commands events to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cfca841..df6e345 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /bin/ /obj/ compile_commands.json +compile_commands.events.json