From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 6 Apr 2025 04:42:06 +0000 (+0200) Subject: [3.12] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135... X-Git-Tag: v3.12.10~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c124ae9d0bc3eea52c6b0d5da0ad5a77d02aa36a;p=thirdparty%2FPython%2Fcpython.git [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 86804003ed70acbf8a2531c6784895d750c50456) Signed-off-by: Manjusaka Co-authored-by: Nadeshiko Manju --- diff --git a/.gitignore b/.gitignore index bde596a7a029..3f1c482f9c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tags TAGS .vs/ .vscode/ +.cache/ gmon.out .coverage .mypy_cache/