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-06-28 13:12:48 +1000
commit691e99a2f2d073140a76d7671928a7b87a122dbf (patch)
tree83f9809bcfdca16588608a4fd637760ddf444035 /.gitignore
parent0d6823e6b29072a64f87519ff5f0c49d8d93f047 (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 45788ee..68fd5f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,7 @@ docs/book/*
# Coverage outputs
coverage.info
-coverage/ \ No newline at end of file
+coverage/
+
+# Compile commands (mainly just to keep root clean)
+compile_commands.json