From 743fc3dc9b0b343aa701461bc8e2ac5fbca2aaf8 Mon Sep 17 00:00:00 2001 From: Watson Wheeler Date: Sun, 28 Jun 2026 13:12:48 +1000 Subject: chore: rather ignore compile_commands.json instead of removing Just because clang gets mad otherwise Signed-off-by: Watson Wheeler --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9337c9b..8f77db9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ coverage/ # Other weird things *.swp *.tar.gz -1 \ No newline at end of file +1 + +# Compile commands (mainly just to keep root clean) +compile_commands.json -- cgit v1.2.3