.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Junk files
  2. *.bak
  3. *.swp
  4. *~
  5. .DS_Store
  6. ._*
  7. # Merge files
  8. *.orig
  9. *.rej
  10. # Build artifacts
  11. .clang_complete
  12. .build/
  13. *.elf
  14. *.log
  15. *.lss
  16. *.lst
  17. *.map
  18. *.o
  19. *.stackdump
  20. *.sym
  21. # QMK-specific
  22. api_data/v1
  23. quantum/version.h
  24. *.bin
  25. *.eep
  26. *.hex
  27. *.qmk
  28. *.uf2
  29. # DD config at wrong location
  30. /keyboards/**/keymaps/*/info.json
  31. # Old-style QMK Makefiles
  32. /keyboards/**/Makefile
  33. # kbfirmware....
  34. /keyboards/**/kb.h
  35. /keyboards/**/kb.c
  36. # Eclipse/PyCharm/Other IDE Settings
  37. *.iml
  38. .browse.VC.db*
  39. .cproject
  40. .idea
  41. .idea/
  42. .project
  43. .settings/
  44. # ?
  45. .dep
  46. .history/
  47. build/
  48. cmake-build-debug
  49. CMakeLists.txt
  50. *.pdf
  51. # Let these ones be user specific, since we have so many different configurations
  52. *.code-workspace
  53. .stfolder
  54. .tags
  55. .vscode/c_cpp_properties.json
  56. .vscode/ipch/
  57. .vscode/last.sql
  58. .vscode/launch.json
  59. .vscode/tasks.json
  60. .vscode/temp.sql
  61. tags
  62. # Ignore image/font files
  63. *.bmp
  64. *.wbmp
  65. *.gif
  66. *.jpg
  67. *.jpeg
  68. *.png
  69. *.apng
  70. *.mng
  71. *.svg
  72. *.webp
  73. *.webm
  74. *.avi
  75. *.mp4
  76. *.mpeg
  77. *.ttf
  78. *.otf
  79. # Things Travis sees
  80. /.vs
  81. id_rsa_*
  82. secrets.tar
  83. # Python things
  84. __pycache__
  85. .python-version
  86. .venv
  87. # Prerequisites for updating ChibiOS
  88. /util/fmpp*
  89. # Allow to exist but don't include it in the repo
  90. user_song_list.h
  91. # clangd
  92. compile_commands.json
  93. .clangd/
  94. .cache/
  95. # VIA(L) files that don't belong in QMK repo
  96. via*.json
  97. /keyboards/**/keymaps/vial/*