From 691e99a2f2d073140a76d7671928a7b87a122dbf 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 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 -- cgit v1.2.3