2019-02-13 22:03:26 +06:00
|
|
|
.history/
|
2010-08-10 10:45:28 +06:00
|
|
|
.dep
|
|
|
|
*.o
|
2017-03-12 12:09:50 +06:00
|
|
|
*.bin
|
2010-08-10 10:45:28 +06:00
|
|
|
*.eep
|
|
|
|
*.elf
|
2016-06-24 08:18:20 +06:00
|
|
|
*.hex
|
2017-11-02 06:01:45 +06:00
|
|
|
*.qmk
|
2016-06-24 08:18:20 +06:00
|
|
|
!util/bootloader.hex
|
|
|
|
!quantum/tools/eeprom_reset.hex
|
2016-06-02 23:00:44 +06:00
|
|
|
*.log
|
2010-08-10 10:45:28 +06:00
|
|
|
*.lss
|
|
|
|
*.lst
|
|
|
|
*.map
|
|
|
|
*.sym
|
2015-12-20 04:18:58 +06:00
|
|
|
*.swp
|
2010-09-30 11:17:01 +06:00
|
|
|
tags
|
2014-11-11 17:09:17 +06:00
|
|
|
*~
|
2020-10-26 03:48:44 +06:00
|
|
|
api_data/v1
|
2014-06-17 23:22:59 +06:00
|
|
|
build/
|
Makefile redo & other features (#395)
* .build containment implemented
* no destructive variable setting - builds in either folder
* make from 3 places
* cleans before each build
* make from root with keyboard=keyboard, keymap=keymap
* make from keyboard/keyboard with keymap=keymap
* make from keymaps/keymap
* only implemented on planck
* adds color diag to avr-gcc
* makefiles for all plancks, clean-up
* quick build-all makefile for plancks
* reformatting of make output (colors)
* color toggle, tmk path corrections
* correct if statement for color
* move config.h to main makefile, updates preonic, atomic
* format update, all keyboards targets
* makefile optional for build all target, alps and arrow_pad updated
* alps updated
* make planck default, trying out travis recipe for all-keyboards
* all-keymaps target, different travis recipe
* updates alps64
* updates keyboards to new format
* updates clue* projects
* all projects updated, specialise EZ .hex, let .hex through
* updates travis
* automatically find root, keyboard, keymap
* silent echo, cleaned-up mass make output
* updates all keyboards' .hex files except EZ
* Rename Bantam44.c to bantam44.c
* Rename Bantam44.h to bantam44.h
* nananana
* adds six key keyboard
* does same to ez as rest
* updates send_string example
* brings ergodox_ez up to date
* updates template/new project script
* adds sixkeyboard
* adds readme for sixkeyboard
* adds sixkeyboard to travis
* filenames, gitignore mess
* define clock prescaler stuff manually
* make quick, size test example
* documentation and dfu-no-build
2016-06-11 23:31:31 +06:00
|
|
|
.build/
|
2014-06-17 23:22:59 +06:00
|
|
|
*.bak
|
2016-01-04 10:21:30 +06:00
|
|
|
.vagrant/
|
2016-07-31 02:41:26 +06:00
|
|
|
quantum/version.h
|
2016-06-02 23:00:44 +06:00
|
|
|
.idea/
|
|
|
|
CMakeLists.txt
|
2017-10-24 00:28:52 +06:00
|
|
|
cmake-build-debug
|
2020-04-15 15:03:49 +06:00
|
|
|
.clang_complete
|
2018-03-22 12:50:38 +06:00
|
|
|
doxygen/
|
2019-09-22 17:32:52 +06:00
|
|
|
.DS_Store
|
2017-05-28 15:24:05 +06:00
|
|
|
/util/wsl_downloaded
|
2017-07-10 20:31:58 +06:00
|
|
|
/util/win_downloaded
|
2017-09-08 23:47:50 +06:00
|
|
|
/keyboards/*/Makefile
|
|
|
|
/keyboards/*/*/Makefile
|
2017-11-02 06:59:44 +06:00
|
|
|
/keyboards/*/*/*/Makefile
|
|
|
|
/keyboards/*/*/*/*/Makefile
|
|
|
|
/keyboards/*/*/*/*/*/Makefile
|
2017-09-08 23:47:50 +06:00
|
|
|
/keyboards/*/keymaps/Makefile
|
2017-11-02 06:59:44 +06:00
|
|
|
/keyboards/*/*/keymaps/Makefile
|
|
|
|
/keyboards/*/*/*/keymaps/Makefile
|
|
|
|
/keyboards/*/*/*/*/keymaps/Makefile
|
|
|
|
/keyboards/*/*/*/*/*/keymaps/Makefile
|
2016-02-22 00:23:28 +06:00
|
|
|
|
2016-03-28 05:17:40 +06:00
|
|
|
# Eclipse/PyCharm/Other IDE Settings
|
2016-02-22 00:23:28 +06:00
|
|
|
.cproject
|
|
|
|
.project
|
2016-02-27 01:03:19 +06:00
|
|
|
.settings/
|
2016-03-28 05:17:40 +06:00
|
|
|
.idea
|
2018-04-15 22:48:19 +06:00
|
|
|
*.iml
|
2016-07-31 02:41:26 +06:00
|
|
|
.browse.VC.db*
|
2016-08-11 04:54:55 +06:00
|
|
|
*.stackdump
|
2017-06-25 17:17:51 +06:00
|
|
|
# Let these ones be user specific, since we have so many different configurations
|
2017-11-06 23:09:01 +06:00
|
|
|
.vscode/c_cpp_properties.json
|
2017-06-25 17:17:51 +06:00
|
|
|
.vscode/launch.json
|
|
|
|
.vscode/tasks.json
|
2017-09-20 23:38:27 +06:00
|
|
|
.vscode/last.sql
|
|
|
|
.vscode/temp.sql
|
2019-04-30 22:18:11 +06:00
|
|
|
.vscode/ipch/
|
2016-10-22 20:22:34 +06:00
|
|
|
.stfolder
|
2018-02-04 02:22:00 +06:00
|
|
|
.tags
|
2017-06-12 01:36:28 +06:00
|
|
|
|
|
|
|
# ignore image files
|
|
|
|
*.png
|
2017-08-07 17:55:33 +06:00
|
|
|
*.gif
|
2019-10-26 00:48:59 +06:00
|
|
|
*.jpg
|
2017-08-07 17:55:33 +06:00
|
|
|
|
2017-08-21 01:20:32 +06:00
|
|
|
# things travis sees
|
|
|
|
secrets.tar
|
2017-08-30 21:36:14 +06:00
|
|
|
id_rsa_*
|
2018-03-22 12:50:38 +06:00
|
|
|
/.vs
|
2019-07-16 01:14:27 +06:00
|
|
|
|
|
|
|
# python things
|
|
|
|
__pycache__
|
2020-03-01 02:00:00 +06:00
|
|
|
|
|
|
|
# prerequisites for updating ChibiOS
|
|
|
|
/util/fmpp*
|
2020-07-16 12:45:50 +06:00
|
|
|
|
|
|
|
# Allow to exist but don't include it in the repo
|
|
|
|
user_song_list.h
|