diff options
| -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 |
