diff options
| author | Watson Wheeler <git@tazy.dev> | 2026-06-28 13:12:48 +1000 |
|---|---|---|
| committer | Watson Wheeler <git@tazy.dev> | 2026-07-02 19:39:02 +1000 |
| commit | 743fc3dc9b0b343aa701461bc8e2ac5fbca2aaf8 (patch) | |
| tree | 7d3ded2373c2f18bf350038e9e66d81a1e116a2d | |
| parent | fbededceb274a0578a4b13d6e8373ab79665d79b (diff) | |
chore: rather ignore compile_commands.json instead of removing
Just because clang gets mad otherwise
Signed-off-by: Watson Wheeler <git@tazy.dev>
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
