Skip to content

Commit

Permalink
Add clangd-related entries to .gitignore (qmk#31)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
sigprof authored Sep 5, 2024
1 parent e6f22f9 commit 35edec2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
*.hex
*.bin
*.uf2

# clangd
compile_commands.json
.clangd/
.cache/

0 comments on commit 35edec2

Please sign in to comment.