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