~andrew/qmk

35edec2998d4ffd2d005966537d8be431795a3aa — Sergey Vlasov 1 year, 10 months ago e6f22f9
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).
1 files changed, 5 insertions(+), 0 deletions(-)

M .gitignore
M .gitignore => .gitignore +5 -0
@@ 9,3 9,8 @@
*.hex
*.bin
*.uf2

# clangd
compile_commands.json
.clangd/
.cache/