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-15 18:01:24 -04:00
committed by Adam Harrison
parent c7bbf221ee
commit 4ef707e941
+1
View File
@@ -10,3 +10,4 @@ subprojects/reproc
lite-xl
error.txt
.ccls-cache
compile_commands.json