Git ignore compile_commands.json in root directory.

Useful for standalone development of SPIR-V Tools with
Ninja and YouCompleteMe.
This commit is contained in:
David Neto 2015-10-16 11:15:04 -04:00
parent 62f92cdae6
commit 5d65ea726c

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
build* build*
.ycm_extra_conf.py* .ycm_extra_conf.py*
compile_commands.json