Ignore .cache from clangd

This commit is contained in:
Luke Street 2025-09-26 11:41:02 -06:00
parent b5da26aa48
commit b27ca28c20

4
.gitignore vendored
View File

@ -5,4 +5,6 @@ build/
.vscode/
# CLion
.idea/
cmake-build-*/
cmake-build-*/
# clangd
.cache/