aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-11 10:35:39 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-11 10:35:39 +0200
commit05521d85f04ca6fb45a39f63cd7bc6dca29a918f (patch)
tree80e3398f1788ce78d9be3fa9f62e9b81d2190425
parent7ff119401f245c1aaf57ee109ddc6ed40f57b9a2 (diff)
downloadmyconfigs-05521d85f04ca6fb45a39f63cd7bc6dca29a918f.tar.gz
myconfigs-05521d85f04ca6fb45a39f63cd7bc6dca29a918f.tar.bz2
myconfigs-05521d85f04ca6fb45a39f63cd7bc6dca29a918f.zip
gitignore: ignore cache instead of ccls-cache as I use clangd now
-rw-r--r--gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitignore b/gitignore
index acd0680..0bc53aa 100644
--- a/gitignore
+++ b/gitignore
@@ -10,7 +10,7 @@
# C development
.gdbinit
-.ccls-cache/
+.cache/
compile_commands.json
# Python development