diff options
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6511d7fc7..a91b62a5a 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -28,7 +28,14 @@ cmake-build-debug | |||
28 | /util/win_downloaded | 28 | /util/win_downloaded |
29 | /keyboards/*/Makefile | 29 | /keyboards/*/Makefile |
30 | /keyboards/*/*/Makefile | 30 | /keyboards/*/*/Makefile |
31 | /keyboards/*/*/*/Makefile | ||
32 | /keyboards/*/*/*/*/Makefile | ||
33 | /keyboards/*/*/*/*/*/Makefile | ||
31 | /keyboards/*/keymaps/Makefile | 34 | /keyboards/*/keymaps/Makefile |
35 | /keyboards/*/*/keymaps/Makefile | ||
36 | /keyboards/*/*/*/keymaps/Makefile | ||
37 | /keyboards/*/*/*/*/keymaps/Makefile | ||
38 | /keyboards/*/*/*/*/*/keymaps/Makefile | ||
32 | 39 | ||
33 | # Eclipse/PyCharm/Other IDE Settings | 40 | # Eclipse/PyCharm/Other IDE Settings |
34 | .cproject | 41 | .cproject |