aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sergey Vlasov2024-09-05 11:51:35 +0300
committerGravatar GitHub2024-09-05 18:51:35 +1000
commit35edec2998d4ffd2d005966537d8be431795a3aa (patch)
treec82a6ba45050d08a6b50986d2a33d71baa224132
parente6f22f98b2b1b0c00d6eefa205d8a09e29d3f04f (diff)
downloadmy-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--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ec5cfa2..800a4e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,8 @@
*.hex
*.bin
*.uf2
+
+# clangd
+compile_commands.json
+.clangd/
+.cache/