diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 49176cc5ad..4d9a587fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -333,3 +333,6 @@ exclude_dll.txt # VS git tools doesn't work for true out of tree builds and it's # useful to be able to work on multiple configs /build*/ + +# clangd index +.cache/ |