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