From 110d43122a72704a4843271403c1d0c7a1a32a6d Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Thu, 12 Mar 2026 10:20:24 +0100 Subject: [PATCH] Add clangd cache to gitignore and ignore compilation flag --- .clangd | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .clangd diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..f1e4c1d --- /dev/null +++ b/.clangd @@ -0,0 +1,3 @@ +CompileFlags: + Remove: + - -mno-thumb-interwork diff --git a/.gitignore b/.gitignore index cd1cedf..18b38af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .qmk_home/ compile_commands.json keyboardeeroy_jenkins_default.uf2 +.cache/