.gitignore 1.2 KB

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