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