diff options
| author | Joel Challis <git@zvecr.com> | 2022-07-15 03:57:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-15 03:57:34 +0100 |
| commit | 3c6765b21c85065cb423ccc0275c2f4915354f89 (patch) | |
| tree | 1859086beeb897f70b5bd09bb09fa08b53b8b625 /.gitignore | |
| parent | 16c91e0cf2f01cc28b32c22d108e806538f7dba7 (diff) | |
Ignore kbfirmware exports (#17687)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index e9bf3c2205..de2627d9d6 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -27,16 +27,11 @@ quantum/version.h | |||
| 27 | *.uf2 | 27 | *.uf2 |
| 28 | 28 | ||
| 29 | # Old-style QMK Makefiles | 29 | # Old-style QMK Makefiles |
| 30 | /keyboards/*/Makefile | 30 | /keyboards/**/Makefile |
| 31 | /keyboards/*/*/Makefile | 31 | |
| 32 | /keyboards/*/*/*/Makefile | 32 | # kbfirmware.... |
| 33 | /keyboards/*/*/*/*/Makefile | 33 | /keyboards/**/kb.h |
| 34 | /keyboards/*/*/*/*/*/Makefile | 34 | /keyboards/**/kb.c |
| 35 | /keyboards/*/keymaps/Makefile | ||
| 36 | /keyboards/*/*/keymaps/Makefile | ||
| 37 | /keyboards/*/*/*/keymaps/Makefile | ||
| 38 | /keyboards/*/*/*/*/keymaps/Makefile | ||
| 39 | /keyboards/*/*/*/*/*/keymaps/Makefile | ||
| 40 | 35 | ||
| 41 | # Eclipse/PyCharm/Other IDE Settings | 36 | # Eclipse/PyCharm/Other IDE Settings |
| 42 | *.iml | 37 | *.iml |
