From 5bb3ac0abdfb399f195aab48dc3ed593e73b70a6 Mon Sep 17 00:00:00 2001 From: Nadeshiko Manju Date: Sun, 6 Apr 2025 12:25:08 +0800 Subject: [PATCH] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (cherry picked from commit 86804003ed70acbf8a2531c6784895d750c50456) Co-authored-by: Nadeshiko Manju Signed-off-by: Manjusaka --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1248d6dbcbee45..307814a276a9ac 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tags TAGS .vs/ .vscode/ +.cache/ gmon.out .coverage .mypy_cache/