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