From 7557fd82a8b660b1847597d8ad84b45d6249ae13 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 bde596a7a0298b..3f1c482f9c9b01 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tags TAGS .vs/ .vscode/ +.cache/ gmon.out .coverage .mypy_cache/