From: Sergey Vlasov Date: Thu, 5 Sep 2024 08:51:35 +0000 (+0300) Subject: Add clangd-related entries to `.gitignore` (#31) X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=qmk-keymaps 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). --- 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/