You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.2 KiB

13 years ago
13 years ago
13 years ago
  1. # Junk files
  2. *.bak
  3. *.swp
  4. *~
  5. .DS_Store
  6. # Build artifacts
  7. .clang_complete
  8. .build/
  9. *.elf
  10. *.log
  11. *.lss
  12. *.lst
  13. *.map
  14. *.o
  15. *.stackdump
  16. *.sym
  17. # QMK-specific
  18. api_data/v1
  19. doxygen/
  20. quantum/version.h
  21. !quantum/tools/eeprom_reset.hex
  22. *.bin
  23. *.eep
  24. *.hex
  25. *.qmk
  26. *.uf2
  27. # Old-style QMK Makefiles
  28. /keyboards/*/Makefile
  29. /keyboards/*/*/Makefile
  30. /keyboards/*/*/*/Makefile
  31. /keyboards/*/*/*/*/Makefile
  32. /keyboards/*/*/*/*/*/Makefile
  33. /keyboards/*/keymaps/Makefile
  34. /keyboards/*/*/keymaps/Makefile
  35. /keyboards/*/*/*/keymaps/Makefile
  36. /keyboards/*/*/*/*/keymaps/Makefile
  37. /keyboards/*/*/*/*/*/keymaps/Makefile
  38. # Eclipse/PyCharm/Other IDE Settings
  39. *.iml
  40. .browse.VC.db*
  41. .cproject
  42. .idea
  43. .idea/
  44. .project
  45. .settings/
  46. .vagrant/
  47. # ?
  48. .dep
  49. .history/
  50. build/
  51. cmake-build-debug
  52. CMakeLists.txt
  53. # Let these ones be user specific, since we have so many different configurations
  54. *.code-workspace
  55. .stfolder
  56. .tags
  57. .vscode/c_cpp_properties.json
  58. .vscode/ipch/
  59. .vscode/last.sql
  60. .vscode/launch.json
  61. .vscode/tasks.json
  62. .vscode/temp.sql
  63. tags
  64. # Ignore image files
  65. *.gif
  66. *.jpg
  67. *.png
  68. # Things Travis sees
  69. /.vs
  70. id_rsa_*
  71. secrets.tar
  72. # Python things
  73. __pycache__
  74. .python-version
  75. # Prerequisites for updating ChibiOS
  76. /util/fmpp*
  77. # Allow to exist but don't include it in the repo
  78. user_song_list.h