gh-132134: Add the clangd `.cache directory to .gitignore` (#132135)

Signed-off-by: Manjusaka <me@manjusaka.me>
This commit is contained in:
Nadeshiko Manju 2025-04-06 12:25:08 +08:00 committed by GitHub
parent 85bc489b64
commit 86804003ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -38,6 +38,7 @@ tags
TAGS
.vs/
.vscode/
.cache/
gmon.out
.coverage
.mypy_cache/