Skip to content

Commit c124ae9

Browse files
[3.12] gh-132134: Add the clangd .cache directory to .gitignore (GH-132135) (#132145)
gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (cherry picked from commit 8680400) Signed-off-by: Manjusaka <[email protected]> Co-authored-by: Nadeshiko Manju <[email protected]>
1 parent 82b3939 commit c124ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tags
3838
TAGS
3939
.vs/
4040
.vscode/
41+
.cache/
4142
gmon.out
4243
.coverage
4344
.mypy_cache/

0 commit comments

Comments
 (0)