]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] 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:42:06 +0000 (06:42 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Apr 2025 04:42:06 +0000 (04:42 +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 bde596a7a0298bf05291701cd52e71f426ab2fdf..3f1c482f9c9b01a50bd60bc767fe85a8ba729396 100644 (file)
@@ -38,6 +38,7 @@ tags
 TAGS
 .vs/
 .vscode/
+.cache/
 gmon.out
 .coverage
 .mypy_cache/