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:
committed by
Adam Harrison
parent
c7bbf221ee
commit
4ef707e941
@@ -10,3 +10,4 @@ subprojects/reproc
|
||||
lite-xl
|
||||
error.txt
|
||||
.ccls-cache
|
||||
compile_commands.json
|
||||
|
||||
Reference in New Issue
Block a user