From eae3a6397a5a29b4c9d3869cd857bbdadf3265ea Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 21 Feb 2021 16:35:01 -0800 Subject: [PATCH] gitignore: Ignore .cache directory (#3196) This is used by newer clangd versions. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 524d81d513..60b81237ba 100644 --- a/.gitignore +++ b/.gitignore @@ -222,5 +222,6 @@ compile_commands.json # clang configuration and clangd cache .clang .clangd/ +.cache/ imgui.ini