From cc1851c9fdd6d777338bea2272d2a02c8baa0fb1 Mon Sep 17 00:00:00 2001 From: Volodymyr Kot Date: Mon, 1 Feb 2021 04:03:35 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab301bd336..6004101cce 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ compile_commands.json /.deps/ /tmp/ /.clangd/ +/.cache/clangd/ .DS_Store *.mo