Add .cache to git ignore.

ChangeLog:

	* .gitignore: Add cache as clangd uses it now.
This commit is contained in:
Martin Liska 2020-11-16 12:52:43 +01:00
parent 27f7fb79d2
commit 82e44f5ce8

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ TAGS.sub
.clang-format
.clang-tidy
.clangd
.cache
compile_commands.json
.gdbinit