mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@ compile_commands.json
|
||||
/.deps/
|
||||
/tmp/
|
||||
/.clangd/
|
||||
/.cache/clangd/
|
||||
|
||||
.DS_Store
|
||||
*.mo
|
||||
|
Reference in New Issue
Block a user