]> git.otsuka.systems Git - qmk-keymaps/commitdiff
Add clangd-related entries to `.gitignore` (#31) main
authorSergey Vlasov <sigprof@gmail.com>
Thu, 5 Sep 2024 08:51:35 +0000 (11:51 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 08:51:35 +0000 (18:51 +1000)
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).

.gitignore

index ec5cfa2b5cbd3116bc0b8adb4ffab7a6f08ad4ab..800a4e2c0954886e86f38ae1a0d88ba8d69962a8 100644 (file)
@@ -9,3 +9,8 @@
 *.hex
 *.bin
 *.uf2
+
+# clangd
+compile_commands.json
+.clangd/
+.cache/