.gitignore 1.2 KB

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