gitignore: Start ignoring clangd dirs.

This commit is contained in:
David Goldblatt 2024-01-23 16:21:04 -08:00 committed by Qi Wang
parent a2c5267409
commit f96010b7fa
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -45,6 +45,9 @@
/src/*.[od]
/src/*.sym
# These are semantically meaningful for clangd and related tooling.
/build/
/.cache/
compile_commands.json
/static_analysis_raw_results
/static_analysis_results