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
parent 79581b551b
commit 1b0a2bc1aa
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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