.gitignore: Add .cache (#1825)

This is where clangd puts a bunch of junk,
so it's nice to have it ignored for folks who
use clangd.
This commit is contained in:
J 2024-08-15 12:04:08 -04:00 committed by GitHub
parent 424e21ec07
commit a2642f93a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.idea
.vscode
cmake-*
.cache
.DS_Store
build
build-*