Expand gitignore

This commit is contained in:
Drashna Jael're
2022-03-16 12:16:41 -07:00
parent 0837c37674
commit e8171efc71

6
.gitignore vendored
View File

@@ -28,8 +28,6 @@ quantum/version.h
# Old-style QMK Makefiles # Old-style QMK Makefiles
/keyboards/*/Makefile /keyboards/*/Makefile
!/keyboards/ergodox_ez/
!/keyboards/planck/
# Eclipse/PyCharm/Other IDE Settings # Eclipse/PyCharm/Other IDE Settings
*.iml *.iml
@@ -84,6 +82,10 @@ user_song_list.h
/util/win_downloaded /util/win_downloaded
/users/ /users/
/layouts/ /layouts/
/keyboards/
!/keyboards/ergodox_ez/
!/keyboards/planck/
!/keyboards/moonlander/
# clangd # clangd
compile_commands.json compile_commands.json