2021-07-02 14:08:34 +08:00
|
|
|
# Junk files
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~
|
|
|
|
.DS_Store
|
2022-02-02 12:36:37 +08:00
|
|
|
._*
|
2021-07-02 14:08:34 +08:00
|
|
|
|
2022-07-17 02:38:56 +08:00
|
|
|
# Merge files
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
|
2021-07-02 14:08:34 +08:00
|
|
|
# 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
|
2022-02-05 11:23:27 +08:00
|
|
|
quantum/version.h
|
2021-07-02 14:08:34 +08:00
|
|
|
*.bin
|
|
|
|
*.eep
|
|
|
|
*.hex
|
|
|
|
*.qmk
|
|
|
|
*.uf2
|
|
|
|
|
2023-04-11 09:43:45 +08:00
|
|
|
# DD config at wrong location
|
|
|
|
/keyboards/**/keymaps/*/info.json
|
|
|
|
|
2021-07-02 14:08:34 +08:00
|
|
|
# Old-style QMK Makefiles
|
2022-07-15 10:57:34 +08:00
|
|
|
/keyboards/**/Makefile
|
|
|
|
|
|
|
|
# kbfirmware....
|
|
|
|
/keyboards/**/kb.h
|
|
|
|
/keyboards/**/kb.c
|
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
|
|
|
|
|
|
|
# ?
|
|
|
|
.dep
|
|
|
|
.history/
|
|
|
|
build/
|
|
|
|
cmake-build-debug
|
|
|
|
CMakeLists.txt
|
2022-10-13 05:36:51 +08:00
|
|
|
*.pdf
|
2021-07-02 14:08:34 +08:00
|
|
|
|
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
|
|
|
|
2022-06-20 12:20:56 +08:00
|
|
|
# Ignore image/font files
|
2022-11-22 10:32:36 +08:00
|
|
|
*.bmp
|
|
|
|
*.wbmp
|
2017-08-07 19:55:33 +08:00
|
|
|
*.gif
|
2019-10-26 02:48:59 +08:00
|
|
|
*.jpg
|
2022-11-22 10:32:36 +08:00
|
|
|
*.jpeg
|
2021-07-02 14:08:34 +08:00
|
|
|
*.png
|
2022-11-22 10:32:36 +08:00
|
|
|
*.apng
|
|
|
|
*.mng
|
|
|
|
*.svg
|
|
|
|
*.webp
|
|
|
|
*.webm
|
|
|
|
*.avi
|
|
|
|
*.mp4
|
|
|
|
*.mpeg
|
2022-06-20 12:20:56 +08:00
|
|
|
*.ttf
|
|
|
|
*.otf
|
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
|
2021-09-16 12:59:57 +08:00
|
|
|
|
|
|
|
# clangd
|
|
|
|
compile_commands.json
|
|
|
|
.clangd/
|
|
|
|
.cache/
|
2022-04-14 13:42:24 +08:00
|
|
|
|
|
|
|
# VIA(L) json files that don't belong in QMK repo
|
|
|
|
via*.json
|