Skip to content

Commit 35edec2

Browse files
authored
Add clangd-related entries to .gitignore (qmk#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 parent e6f22f9 commit 35edec2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99
*.hex
1010
*.bin
1111
*.uf2
12+
13+
# clangd
14+
compile_commands.json
15+
.clangd/
16+
.cache/

0 commit comments

Comments
 (0)