gitignore: add clangd .cache directory

This commit is contained in:
Xiretza 2023-03-05 13:14:54 +01:00 committed by Fabian Boehm
parent e32e6daced
commit 8c4bbe89e1

2
.gitignore vendored
View file

@ -100,3 +100,5 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by clangd
/.cache