Ignore .cache from clangd

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

2
.gitignore vendored
View File

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