Add clangd-related entries to .gitignore

This is needed to support VS Code with clangd for userspace keymaps (in
this case `compile_commands.json` and `.cache/clangd` are located in the
`qmk_userspace` working copy).
This commit is contained in:
Sergey Vlasov 2024-09-05 11:08:16 +03:00
parent e6f22f98b2
commit d0600feb40

5
.gitignore vendored
View file

@ -9,3 +9,8 @@
*.hex
*.bin
*.uf2
# clangd
compile_commands.json
.clangd/
.cache/