]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Apr 2025 04:49:10 +0000 (06:49 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Apr 2025 04:49:10 +0000 (04:49 +0000)
gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135)
(cherry picked from commit 86804003ed70acbf8a2531c6784895d750c50456)

Signed-off-by: Manjusaka <me@manjusaka.me>
Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
.gitignore

index 1248d6dbcbee45ea73bb7776669a59ccfc3cb048..307814a276a9ac3319a3a5b0b8d0eda3d2486d56 100644 (file)
@@ -38,6 +38,7 @@ tags
 TAGS
 .vs/
 .vscode/
+.cache/
 gmon.out
 .coverage
 .mypy_cache/