gitignore: Ignore .cache directory (#3196)

This is used by newer clangd versions.
This commit is contained in:
Peter Johnson
2021-02-21 16:35:01 -08:00
committed by GitHub
parent 959611420b
commit eae3a6397a

1
.gitignore vendored
View File

@@ -222,5 +222,6 @@ compile_commands.json
# clang configuration and clangd cache
.clang
.clangd/
.cache/
imgui.ini