From ab2253a0eeef0c2748585cf40fb59704f64b24f4 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 25 Jan 2026 12:38:36 +0100 Subject: [PATCH] Ignore compile_commands.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39cef6c..64af9d0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,8 @@ *.hex *.gz -# Ignore /bin/ directory +# Ignore specific project files +compile_commands.json /bin/ /config.mk