From 6050fe66c74f054c1cb8ed322d62e94a620eae05 Mon Sep 17 00:00:00 2001 From: whitetreebug Date: Tue, 18 Aug 2026 12:26:21 +0800 Subject: [PATCH] chore: update .gitignore for clangd Ignore clangd generated artifacts: compile_commands.json, .cache Ignores for .clangd, .clang-format, .clang-tidy tooling files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0e2bb7dbb1..d5c573e9be 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,8 @@ tests/CI/output .develvars .devcontainer/ .claude/ +.clangd +.clang-format +.clang-tidy +compile_commands.json +.cache/ \ No newline at end of file