From 69d5ef09bfe866aa93fbc40a30a92a5b8429d677 Mon Sep 17 00:00:00 2001 From: Seth Hamilton Date: Mon, 15 Sep 2025 09:21:09 -0500 Subject: [PATCH] ignore future compile command files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 93a592c..796b275 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ x64** .cache** tags bin/* +compile_commands.json