Merge branch 'bc/ignore-clangd-cache'

.gitignore update.

* bc/ignore-clangd-cache:
  gitignore: ignore clangd .cache directory
This commit is contained in:
Junio C Hamano 2023-08-09 16:18:15 -07:00
commit b6e2a0c0b3

1
.gitignore vendored
View file

@ -222,6 +222,7 @@
/TAGS
/cscope*
/compile_commands.json
/.cache/
*.hcc
*.obj
*.lib