logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

.gitignore (1428B)


  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. *.a
  20. *.so
  21. *.dylib
  22. *.dll
  23. *.la
  24. *.stackdump
  25. *.sym
  26. index.html
  27. firmware_list.json
  28. # QMK-specific
  29. api_data/v1
  30. quantum/version.h
  31. *.bin
  32. *.eep
  33. *.hex
  34. *.qmk
  35. *.uf2
  36. # DD config at wrong location
  37. /keyboards/**/keymaps/*/info.json
  38. /keyboards/**/keymaps/*/keyboard.json
  39. # Old-style QMK Makefiles
  40. /keyboards/**/Makefile
  41. # kbfirmware....
  42. /keyboards/**/kb.h
  43. /keyboards/**/kb.c
  44. # Eclipse/PyCharm/Other IDE Settings
  45. *.iml
  46. .browse.VC.db*
  47. .cproject
  48. .idea
  49. .idea/
  50. .project
  51. .settings/
  52. # ?
  53. .dep
  54. .history/
  55. build/
  56. cmake-build-debug
  57. CMakeLists.txt
  58. *.pdf
  59. *.zip
  60. # Let these ones be user specific, since we have so many different configurations
  61. *.code-workspace
  62. .stfolder
  63. .tags
  64. .vscode/c_cpp_properties.json
  65. .vscode/ipch/
  66. .vscode/last.sql
  67. .vscode/launch.json
  68. .vscode/tasks.json
  69. .vscode/temp.sql
  70. tags
  71. # Ignore image/font files
  72. *.bmp
  73. *.wbmp
  74. *.gif
  75. *.jpg
  76. *.jpeg
  77. *.png
  78. *.apng
  79. *.mng
  80. *.svg
  81. *.webp
  82. *.webm
  83. *.avi
  84. *.mp4
  85. *.mpeg
  86. *.ttf
  87. *.otf
  88. # Things Travis sees
  89. /.vs
  90. id_rsa_*
  91. secrets.tar
  92. # Python things
  93. __pycache__
  94. .python-version
  95. .venv
  96. # Prerequisites for updating ChibiOS
  97. /util/fmpp*
  98. # Allow to exist but don't include it in the repo
  99. user_song_list.h
  100. # clangd
  101. compile_commands.json
  102. .clangd/
  103. .cache/
  104. # VIA(L) files that don't belong in QMK repo
  105. via*.json
  106. /keyboards/**/keymaps/via/*
  107. /keyboards/**/keymaps/vial/*