summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-06-28 13:12:48 +1000
committerWatson Wheeler <git@tazy.dev>2026-07-02 19:39:02 +1000
commit743fc3dc9b0b343aa701461bc8e2ac5fbca2aaf8 (patch)
tree7d3ded2373c2f18bf350038e9e66d81a1e116a2d /.gitignore
parentfbededceb274a0578a4b13d6e8373ab79665d79b (diff)
chore: rather ignore compile_commands.json instead of removing
Just because clang gets mad otherwise Signed-off-by: Watson Wheeler <git@tazy.dev>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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