aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRenĂ© Meusel <[email protected]>2022-03-10 12:07:43 +0100
committerRenĂ© Meusel <[email protected]>2022-03-10 13:41:32 +0100
commit5ec991a9b0400e11d7483a4a288d6f9600e3da5c (patch)
tree1d2bcd610213cfe778a567e3ca564e1d4bcbed8f /.gitignore
parenta4d318d51a3837be7cd8f928ea5909f4df107ce2 (diff)
ignore top-level .cache directory (created by clangd)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 153b5a280..7973cba7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,7 @@ vgcore.*
*.pyc
.DS_Store
*.swp
+/*.cache
# ctags/etags files
/TAGS