Add compile_commands.json to .gitignore (#2119)

When running make with the "bear" command, the generated
compile_commands.json file shouldn't be considered new source. This file
allows clangd-based code completion tools (e.g. YouCompleteMe) to know
the flags that each file was compiled with.
This commit is contained in:
Pieter Kapsenberg 2020-01-18 19:44:03 -08:00 committed by Wilson Snyder
parent 18e837336a
commit 165833a97c

1
.gitignore vendored
View File

@ -17,6 +17,7 @@
README
TAGS
autom4te.cache
compile_commands.json
config.cache
config.status
configure