From d0600feb400d36a95101cecd8c757b74f9af72b0 Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Thu, 5 Sep 2024 11:08:16 +0300 Subject: [PATCH] Add clangd-related entries to `.gitignore` 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 ec5cfa2b..800a4e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,8 @@ *.hex *.bin *.uf2 + +# clangd +compile_commands.json +.clangd/ +.cache/