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
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
build*
|
|
.build*
|
|
.run*
|
|
*.zip
|
|
*.tar.gz
|
|
.lite-debug.log
|
|
subprojects/lua
|
|
subprojects/libagg
|
|
subprojects/reproc
|
|
lite-xl
|
|
error.txt
|
|
.ccls-cache
|
|
compile_commands.json
|