Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-07-15 02:58:03 +00:00
commit 64d2097a27

15
.gitignore vendored
View file

@ -27,16 +27,11 @@ quantum/version.h
*.uf2 *.uf2
# Old-style QMK Makefiles # Old-style QMK Makefiles
/keyboards/*/Makefile /keyboards/**/Makefile
/keyboards/*/*/Makefile
/keyboards/*/*/*/Makefile # kbfirmware....
/keyboards/*/*/*/*/Makefile /keyboards/**/kb.h
/keyboards/*/*/*/*/*/Makefile /keyboards/**/kb.c
/keyboards/*/keymaps/Makefile
/keyboards/*/*/keymaps/Makefile
/keyboards/*/*/*/keymaps/Makefile
/keyboards/*/*/*/*/keymaps/Makefile
/keyboards/*/*/*/*/*/keymaps/Makefile
# Eclipse/PyCharm/Other IDE Settings # Eclipse/PyCharm/Other IDE Settings
*.iml *.iml