From: Nadeshiko Manju Date: Sun, 6 Apr 2025 04:25:08 +0000 (+0800) Subject: gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135) X-Git-Tag: v3.14.0a7~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86804003ed70acbf8a2531c6784895d750c50456;p=thirdparty%2FPython%2Fcpython.git gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135) Signed-off-by: Manjusaka --- diff --git a/.gitignore b/.gitignore index 8872e9d5508f..596e0f3af6ae 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tags TAGS .vs/ .vscode/ +.cache/ gmon.out .coverage .mypy_cache/