add compile_commands.json to gitignore

Apparently ccls needs it to work, and it's usually located in project
root. I symlinked it from the build folder and now I should put it in
gitignore
This commit is contained in:
takase1121 2021-07-06 17:22:55 +08:00 committed by Adam Harrison
parent c7bbf221ee
commit 4ef707e941
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ subprojects/reproc
lite-xl
error.txt
.ccls-cache
compile_commands.json