Ignore kbfirmware exports (#17687)
This commit is contained in:
parent
16c91e0cf2
commit
3c6765b21c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue