Add clangd-related entries to .gitignore (#31)

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:51:35 +03:00 committed by GitHub
parent e6f22f98b2
commit 35edec2998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitignore vendored
View file

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