From d9def7aaf42894a31371a0c45d2c3169ddf674b5 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 6 Apr 2025 06:49:10 +0200 Subject: [PATCH] [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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/ -- 2.47.3