diff options
author | René Meusel <[email protected]> | 2022-03-10 12:07:43 +0100 |
---|---|---|
committer | René Meusel <[email protected]> | 2022-03-10 13:41:32 +0100 |
commit | 5ec991a9b0400e11d7483a4a288d6f9600e3da5c (patch) | |
tree | 1d2bcd610213cfe778a567e3ca564e1d4bcbed8f /.gitignore | |
parent | a4d318d51a3837be7cd8f928ea5909f4df107ce2 (diff) |
ignore top-level .cache directory (created by clangd)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
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 |