gitignore: Ignore clangd-generated directory .cache/

This commit is contained in:
Tamino Bauknecht 2023-10-18 16:29:02 +02:00
parent 4326a26ad6
commit ac00b3fce7
No known key found for this signature in database
GPG key ID: 77837396BE935C6C

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ bin/
test/ test/
build/ build/
build-*/ build-*/
.cache/
.lvimrc .lvimrc
config-debug config-debug
wayland-*-protocol.* wayland-*-protocol.*