From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 6 Apr 2025 04:49:10 +0000 (+0200) Subject: [3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135... X-Git-Tag: v3.13.3~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9def7aaf42894a31371a0c45d2c3169ddf674b5;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132144) 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 1248d6dbcbee..307814a276a9 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tags TAGS .vs/ .vscode/ +.cache/ gmon.out .coverage .mypy_cache/