Add ccls cache to gitignore.

This commit is contained in:
Drew Galbraith 2025-05-03 14:48:42 -07:00
parent 6e9dc0838c
commit 26ff82cf54
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
builddbg/ builddbg/
test-bin/ test-bin/
__pycache__/ __pycache__/
.ccls-cache/
compile_commands.json compile_commands.json
sysroot/bin sysroot/bin