Add clangd cache to gitignore and ignore compilation flag

This commit is contained in:
2026-03-12 10:20:24 +01:00
parent c6b130cb67
commit 110d43122a
2 changed files with 4 additions and 0 deletions

3
.clangd Normal file
View File

@@ -0,0 +1,3 @@
CompileFlags:
Remove:
- -mno-thumb-interwork

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.qmk_home/ .qmk_home/
compile_commands.json compile_commands.json
keyboardeeroy_jenkins_default.uf2 keyboardeeroy_jenkins_default.uf2
.cache/