From b4434757928e8a69dc5b6926501e6a78abfbc9da Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 11 Nov 2020 22:52:04 +0000 Subject: [PATCH] Meta: Add .cache to .gitignore The current version of clangd on my machine uses .cache/clangd and not .clangd anymore so let's add that to .gitignore as well. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1ec58e25c04c5b..7237affb42fb7f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ Toolchain/Local .ccls-cache .DS_Store compile_commands.json +.cache .clang_complete .clangd *Endpoint.h