gitignore: add compile_commands.json

This file is a compilation command database used by clangd and ccls,
and can be generated by tools like https://github.com/rizsotto/Bear.

  $ bear -- make clean all
This commit is contained in:
Neehar Vijay 2022-11-20 21:39:12 +05:30 committed by Denis Kenzior
parent 2600d3938e
commit 3e8868c8b9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
.deps
.dirstamp
.cache
compile_commands.json
tags
cscope.*
Makefile