]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
gitignore: Add .cache used by clangd LSP
authorDavid Goulet <dgoulet@torproject.org>
Wed, 21 Jun 2023 14:20:56 +0000 (10:20 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 21 Jun 2023 14:21:28 +0000 (10:21 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
.gitignore

index 94988ed9825c3c62eccaab20c73acdc1b51c19ad..379d532fdaf06478f1cf04bf6fa60455b849f9cc 100644 (file)
@@ -43,6 +43,8 @@ core.*
 !core/
 # ccls file that can be per directory.
 *.ccls
+# clangd uses that for LSP caching.
+/.cache
 
 # /
 /Makefile