summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 43ff4794b019..1c8d4b15925d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,10 +53,11 @@ autoconf/autom4te.cache
# VS2017 and VSCode config files.
.vscode
.vs
-# clangd index
-.clangd
+# clangd index. (".clangd" is a config file now, thus trailing slash)
+.clangd/
+.cache
# static analyzer regression testing project files
/clang/utils/analyzer/projects/*/CachedSource
/clang/utils/analyzer/projects/*/PatchedSource
/clang/utils/analyzer/projects/*/ScanBuildResults
-/clang/utils/analyzer/projects/*/RefScanBuildResults \ No newline at end of file
+/clang/utils/analyzer/projects/*/RefScanBuildResults