2021-07-02 14:08:34 +08:00
|
|
|
# Junk files
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Build artifacts
|
|
|
|
.clang_complete
|
|
|
|
.build/
|
2010-08-10 12:45:28 +08:00
|
|
|
*.elf
|
2016-06-03 01:00:44 +08:00
|
|
|
*.log
|
2010-08-10 12:45:28 +08:00
|
|
|
*.lss
|
|
|
|
*.lst
|
|
|
|
*.map
|
2021-07-02 14:08:34 +08:00
|
|
|
*.o
|
|
|
|
*.stackdump
|
2010-08-10 12:45:28 +08:00
|
|
|
*.sym
|
2021-07-02 14:08:34 +08:00
|
|
|
|
|
|
|
# QMK-specific
|
2020-10-26 05:48:44 +08:00
|
|
|
api_data/v1
|
2018-03-22 14:50:38 +08:00
|
|
|
doxygen/
|
2021-07-02 14:08:34 +08:00
|
|
|
quantum/version.h
|
|
|
|
*.bin
|
|
|
|
*.eep
|
|
|
|
*.hex
|
|
|
|
*.qmk
|
|
|
|
*.uf2
|
|
|
|
|
|
|
|
# Old-style QMK Makefiles
|
2017-09-09 01:47:50 +08:00
|
|
|
/keyboards/*/Makefile
|
|
|
|
/keyboards/*/*/Makefile
|
2017-11-02 08:59:44 +08:00
|
|
|
/keyboards/*/*/*/Makefile
|
|
|
|
/keyboards/*/*/*/*/Makefile
|
|
|
|
/keyboards/*/*/*/*/*/Makefile
|
2017-09-09 01:47:50 +08:00
|
|
|
/keyboards/*/keymaps/Makefile
|
2017-11-02 08:59:44 +08:00
|
|
|
/keyboards/*/*/keymaps/Makefile
|
|
|
|
/keyboards/*/*/*/keymaps/Makefile
|
|
|
|
/keyboards/*/*/*/*/keymaps/Makefile
|
|
|
|
/keyboards/*/*/*/*/*/keymaps/Makefile
|
2016-02-22 02:23:28 +08:00
|
|
|
|
2016-03-28 07:17:40 +08:00
|
|
|
# Eclipse/PyCharm/Other IDE Settings
|
2021-07-02 14:08:34 +08:00
|
|
|
*.iml
|
|
|
|
.browse.VC.db*
|
2016-02-22 02:23:28 +08:00
|
|
|
.cproject
|
2021-07-02 14:08:34 +08:00
|
|
|
.idea
|
|
|
|
.idea/
|
2016-02-22 02:23:28 +08:00
|
|
|
.project
|
2016-02-27 03:03:19 +08:00
|
|
|
.settings/
|
2021-07-02 14:08:34 +08:00
|
|
|
.vagrant/
|
|
|
|
|
|
|
|
# ?
|
|
|
|
.dep
|
|
|
|
.history/
|
|
|
|
build/
|
|
|
|
cmake-build-debug
|
|
|
|
CMakeLists.txt
|
|
|
|
|
2017-06-25 19:17:51 +08:00
|
|
|
# Let these ones be user specific, since we have so many different configurations
|
2021-04-26 04:46:28 +08:00
|
|
|
*.code-workspace
|
2021-07-02 14:08:34 +08:00
|
|
|
.stfolder
|
|
|
|
.tags
|
2017-11-07 01:09:01 +08:00
|
|
|
.vscode/c_cpp_properties.json
|
2021-07-02 14:08:34 +08:00
|
|
|
.vscode/ipch/
|
|
|
|
.vscode/last.sql
|
2017-06-25 19:17:51 +08:00
|
|
|
.vscode/launch.json
|
|
|
|
.vscode/tasks.json
|
2017-09-21 01:38:27 +08:00
|
|
|
.vscode/temp.sql
|
2021-07-02 14:08:34 +08:00
|
|
|
tags
|
2017-06-12 03:36:28 +08:00
|
|
|
|
2021-07-02 14:08:34 +08:00
|
|
|
# Ignore image files
|
2017-08-07 19:55:33 +08:00
|
|
|
*.gif
|
2019-10-26 02:48:59 +08:00
|
|
|
*.jpg
|
2021-07-02 14:08:34 +08:00
|
|
|
*.png
|
2017-08-07 19:55:33 +08:00
|
|
|
|
2021-07-02 14:08:34 +08:00
|
|
|
# Things Travis sees
|
2018-03-22 14:50:38 +08:00
|
|
|
/.vs
|
2021-07-02 14:08:34 +08:00
|
|
|
id_rsa_*
|
|
|
|
secrets.tar
|
2019-07-16 03:14:27 +08:00
|
|
|
|
2021-07-02 14:08:34 +08:00
|
|
|
# Python things
|
2019-07-16 03:14:27 +08:00
|
|
|
__pycache__
|
2021-04-27 03:18:17 +08:00
|
|
|
.python-version
|
2020-03-01 04:00:00 +08:00
|
|
|
|
2021-07-02 14:08:34 +08:00
|
|
|
# Prerequisites for updating ChibiOS
|
2020-03-01 04:00:00 +08:00
|
|
|
/util/fmpp*
|
2020-07-16 14:45:50 +08:00
|
|
|
|
|
|
|
# Allow to exist but don't include it in the repo
|
|
|
|
user_song_list.h
|