Add clangd cache to ignore (#13856)

While standard library is cached to a user's directory such as
$XDG_CACHE_HOME, directory-specific clangd indexes are stored to .cache
subdirectory.
https://github.com/llvm/clangd-www/blob/main/design/indexing.md#backgroundindex
This commit is contained in:
Volodymyr Kot 2021-02-01 04:03:35 +00:00 committed by GitHub
parent e85c8dff69
commit cc1851c9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ compile_commands.json
/.deps/ /.deps/
/tmp/ /tmp/
/.clangd/ /.clangd/
/.cache/clangd/
.DS_Store .DS_Store
*.mo *.mo