From 35edec2998d4ffd2d005966537d8be431795a3aa Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Thu, 5 Sep 2024 11:51:35 +0300 Subject: [PATCH] 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). --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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/