diff options
author | Drashna Jael're <drashna@live.com> | 2022-03-16 12:16:41 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-03-16 12:16:41 -0700 |
commit | e8171efc7158ba4ebb24827680b19b775d366b1a (patch) | |
tree | 7c587be5191c5baa160c0eb1ce3bee3d4ba01838 | |
parent | 0837c376746426150a3852e340c5c602fe4ea139 (diff) |
Expand gitignore
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 0eaf911d6f..91ae566129 100644 --- a/.gitignore +++ b/.gitignore @@ -28,8 +28,6 @@ quantum/version.h # Old-style QMK Makefiles /keyboards/*/Makefile -!/keyboards/ergodox_ez/ -!/keyboards/planck/ # Eclipse/PyCharm/Other IDE Settings *.iml @@ -84,6 +82,10 @@ user_song_list.h /util/win_downloaded /users/ /layouts/ +/keyboards/ +!/keyboards/ergodox_ez/ +!/keyboards/planck/ +!/keyboards/moonlander/ # clangd compile_commands.json |