diff options
author | Roman <roman1972@gmail.com> | 2021-11-24 23:06:03 +0200 |
---|---|---|
committer | Roman Miroshnychenko <roman1972@gmail.com> | 2021-11-25 10:11:55 +0200 |
commit | 5dd2fb294055e5c69eba5b00c9d06c40adfdc17a (patch) | |
tree | 32ce75ff090c7b9a0d08fe8fa2ddd146efcb74ef /.gitignore | |
parent | 16d745d59eef95e099fc7161da5ef3e8a7ad4e2b (diff) |
Add clangd index to gitignore
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/ |