qmk_firmware/.gitignore

120 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2021-07-01 23:08:34 -07:00
# Junk files
*.bak
*.swp
*~
.DS_Store
._*
2021-07-01 23:08:34 -07:00
2022-07-16 11:38:56 -07:00
# Merge files
*.orig
*.rej
2021-07-01 23:08:34 -07:00
# Build artifacts
.clang_complete
.build/
2010-08-09 21:45:28 -07:00
*.elf
*.log
2010-08-09 21:45:28 -07:00
*.lss
*.lst
*.map
2021-07-01 23:08:34 -07:00
*.o
*.a
*.so
*.dylib
*.dll
*.la
2021-07-01 23:08:34 -07:00
*.stackdump
2010-08-09 21:45:28 -07:00
*.sym
2021-07-01 23:08:34 -07:00
# QMK-specific
api_data/v1
2022-02-04 19:23:27 -08:00
quantum/version.h
2021-07-01 23:08:34 -07:00
*.bin
*.eep
*.hex
*.qmk
*.uf2
# DD config at wrong location
/keyboards/**/keymaps/*/info.json
/keyboards/**/keymaps/*/keyboard.json
2021-07-01 23:08:34 -07:00
# Old-style QMK Makefiles
2022-07-14 19:57:34 -07:00
/keyboards/**/Makefile
# kbfirmware....
/keyboards/**/kb.h
/keyboards/**/kb.c
# Eclipse/PyCharm/Other IDE Settings
2021-07-01 23:08:34 -07:00
*.iml
.browse.VC.db*
.cproject
2021-07-01 23:08:34 -07:00
.idea
.idea/
.project
2016-02-26 11:03:19 -08:00
.settings/
2021-07-01 23:08:34 -07:00
# ?
.dep
.history/
build/
cmake-build-debug
CMakeLists.txt
2022-10-12 14:36:51 -07:00
*.pdf
2021-07-01 23:08:34 -07:00
# Let these ones be user specific, since we have so many different configurations
*.code-workspace
2021-07-01 23:08:34 -07:00
.stfolder
.tags
.vscode/c_cpp_properties.json
2021-07-01 23:08:34 -07:00
.vscode/ipch/
.vscode/last.sql
.vscode/launch.json
.vscode/tasks.json
.vscode/temp.sql
2021-07-01 23:08:34 -07:00
tags
2017-06-11 12:36:28 -07:00
# Ignore image/font files
2022-11-21 18:32:36 -08:00
*.bmp
*.wbmp
*.gif
*.jpg
2022-11-21 18:32:36 -08:00
*.jpeg
2021-07-01 23:08:34 -07:00
*.png
2022-11-21 18:32:36 -08:00
*.apng
*.mng
*.svg
*.webp
*.webm
*.avi
*.mp4
*.mpeg
*.ttf
*.otf
2021-07-01 23:08:34 -07:00
# Things Travis sees
/.vs
2021-07-01 23:08:34 -07:00
id_rsa_*
secrets.tar
2021-07-01 23:08:34 -07:00
# Python things
__pycache__
.python-version
.venv
2021-07-01 23:08:34 -07:00
# Prerequisites for updating ChibiOS
/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
New CLI subcommand to create clang-compatible compilation database (`compile_commands.json`) (#14370) * pulled source from dev branch * missed a file from origin * formatting * revised argument names. relaxed matching rules to work for avr too * add docstrings * added docs. tightened up regex * remove unused imports * cleaning up command file. use existing qmk dir constant * rename parser library file * move lib functions into command file. there are only 2 and they aren't large * currently debugging... * more robustly find config * updated docs * remove unused imports * reuse make executable from the main make command * pulled source from dev branch * missed a file from origin * formatting * revised argument names. relaxed matching rules to work for avr too * add docstrings * added docs. tightened up regex * remove unused imports * cleaning up command file. use existing qmk dir constant * rename parser library file * move lib functions into command file. there are only 2 and they aren't large * currently debugging... * more robustly find config * updated docs * remove unused imports * reuse make executable from the main make command * remove MAKEFLAGS from environment for better control over process management * Update .gitignore Co-authored-by: Michael Forster <forster@google.com> * add a usage line to docs * doc change as suggested Co-authored-by: Nick Brassel <nick@tzarc.org> * rename command * remove debug print statements * generate-compilation-database: fix arg handling * generate-comilation-db: improve error handling * use cli.run() instead of Popen() Co-authored-by: Xton <cdewan@apple.com> Co-authored-by: Christon DeWan <cmdpix@mac.com> Co-authored-by: Michael Forster <forster@google.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-09-15 21:59:57 -07:00
# clangd
compile_commands.json
.clangd/
.cache/
2022-04-13 22:42:24 -07:00
# VIA(L) files that don't belong in QMK repo
2022-04-13 22:42:24 -07:00
via*.json
/keyboards/**/keymaps/vial/*