gitignore: Add .cache used by clangd LSP

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2023-06-21 10:20:56 -04:00
parent 94f4d0968b
commit d60fab8c9e

2
.gitignore vendored
View File

@ -43,6 +43,8 @@ core.*
!core/
# ccls file that can be per directory.
*.ccls
# clangd uses that for LSP caching.
/.cache
# /
/Makefile