diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 768f40b191..0eaf911d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,15 +28,8 @@ quantum/version.h # Old-style QMK Makefiles /keyboards/*/Makefile -/keyboards/*/*/Makefile -/keyboards/*/*/*/Makefile -/keyboards/*/*/*/*/Makefile -/keyboards/*/*/*/*/*/Makefile -/keyboards/*/keymaps/Makefile -/keyboards/*/*/keymaps/Makefile -/keyboards/*/*/*/keymaps/Makefile -/keyboards/*/*/*/*/keymaps/Makefile -/keyboards/*/*/*/*/*/keymaps/Makefile +!/keyboards/ergodox_ez/ +!/keyboards/planck/ # Eclipse/PyCharm/Other IDE Settings *.iml @@ -87,6 +80,11 @@ __pycache__ # Allow to exist but don't include it in the repo user_song_list.h +/util/wsl_downloaded +/util/win_downloaded +/users/ +/layouts/ + # clangd compile_commands.json .clangd/ |