Commit 6050fe66c7 for asterisk.org

commit 6050fe66c74f054c1cb8ed322d62e94a620eae05
Author: whitetreebug <houxirens@qq.com>
Date:   Tue Aug 18 12:26:21 2026 +0800

    chore: update .gitignore for clangd

    Ignore clangd generated artifacts: compile_commands.json, .cache

    Ignores for .clangd, .clang-format, .clang-tidy tooling files

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