From 86804003ed70acbf8a2531c6784895d750c50456 Mon Sep 17 00:00:00 2001 From: Nadeshiko Manju Date: Sun, 6 Apr 2025 12:25:08 +0800 Subject: gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135) Signed-off-by: Manjusaka --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8872e9d..596e0f3 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ tags TAGS .vs/ .vscode/ +.cache/ gmon.out .coverage .mypy_cache/ -- cgit v0.12