Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-07-02 06:09:01 +00:00
commit 371d3bfbdd
4 changed files with 50 additions and 43 deletions

93
.gitignore vendored
View File

@ -1,36 +1,33 @@
.history/ # Junk files
.dep *.bak
*.o *.swp
*.bin *~
*.eep .DS_Store
# Build artifacts
.clang_complete
.build/
*.elf *.elf
*.hex
*.uf2
*.qmk
!util/bootloader.hex
!quantum/tools/eeprom_reset.hex
*.log *.log
*.lss *.lss
*.lst *.lst
*.map *.map
*.o
*.stackdump
*.sym *.sym
*.swp
tags # QMK-specific
*~
api_data/v1 api_data/v1
build/
.build/
*.bak
.vagrant/
quantum/version.h
.idea/
CMakeLists.txt
cmake-build-debug
.clang_complete
doxygen/ doxygen/
.DS_Store quantum/version.h
/util/wsl_downloaded !quantum/tools/eeprom_reset.hex
/util/win_downloaded *.bin
*.eep
*.hex
*.qmk
*.uf2
# Old-style QMK Makefiles
/keyboards/*/Makefile /keyboards/*/Makefile
/keyboards/*/*/Makefile /keyboards/*/*/Makefile
/keyboards/*/*/*/Makefile /keyboards/*/*/*/Makefile
@ -43,39 +40,49 @@ doxygen/
/keyboards/*/*/*/*/*/keymaps/Makefile /keyboards/*/*/*/*/*/keymaps/Makefile
# Eclipse/PyCharm/Other IDE Settings # Eclipse/PyCharm/Other IDE Settings
.cproject
.project
.settings/
.idea
*.iml *.iml
.browse.VC.db* .browse.VC.db*
*.stackdump .cproject
.idea
.idea/
.project
.settings/
.vagrant/
# ?
.dep
.history/
build/
cmake-build-debug
CMakeLists.txt
# Let these ones be user specific, since we have so many different configurations # Let these ones be user specific, since we have so many different configurations
*.code-workspace *.code-workspace
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/tasks.json
.vscode/last.sql
.vscode/temp.sql
.vscode/ipch/
.stfolder .stfolder
.tags .tags
.vscode/c_cpp_properties.json
.vscode/ipch/
.vscode/last.sql
.vscode/launch.json
.vscode/tasks.json
.vscode/temp.sql
tags
# ignore image files # Ignore image files
*.png
*.gif *.gif
*.jpg *.jpg
*.png
# things travis sees # Things Travis sees
secrets.tar
id_rsa_*
/.vs /.vs
id_rsa_*
secrets.tar
# python things # Python things
__pycache__ __pycache__
.python-version .python-version
# prerequisites for updating ChibiOS # Prerequisites for updating ChibiOS
/util/fmpp* /util/fmpp*
# Allow to exist but don't include it in the repo # Allow to exist but don't include it in the repo