diff options
| author | 2024-09-05 11:51:35 +0300 | |
|---|---|---|
| committer | 2024-09-05 18:51:35 +1000 | |
| commit | 35edec2998d4ffd2d005966537d8be431795a3aa (patch) | |
| tree | c82a6ba45050d08a6b50986d2a33d71baa224132 | |
| parent | e6f22f98b2b1b0c00d6eefa205d8a09e29d3f04f (diff) | |
| download | my-keymaps-35edec2998d4ffd2d005966537d8be431795a3aa.tar.gz my-keymaps-35edec2998d4ffd2d005966537d8be431795a3aa.zip | |
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).
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,8 @@ *.hex *.bin *.uf2 + +# clangd +compile_commands.json +.clangd/ +.cache/ |
