chore: update .gitignore for clangd

Ignore clangd generated artifacts: compile_commands.json, .cache

Ignores for .clangd, .clang-format, .clang-tidy tooling files
pull/2100/head
whitetreebug 1 month ago committed by github-actions[bot]
parent 3e1761804c
commit 6050fe66c7

5
.gitignore vendored

@ -40,3 +40,8 @@ tests/CI/output
.develvars
.devcontainer/
.claude/
.clangd
.clang-format
.clang-tidy
compile_commands.json
.cache/
Loading…
Cancel
Save