.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. build/
  20. .build/
  21. *.bak
  22. .vagrant/
  23. quantum/version.h
  24. .idea/
  25. CMakeLists.txt
  26. cmake-build-debug
  27. doxygen/
  28. .DS_STORE
  29. /util/wsl_downloaded
  30. /util/win_downloaded
  31. /keyboards/*/Makefile
  32. /keyboards/*/*/Makefile
  33. /keyboards/*/*/*/Makefile
  34. /keyboards/*/*/*/*/Makefile
  35. /keyboards/*/*/*/*/*/Makefile
  36. /keyboards/*/keymaps/Makefile
  37. /keyboards/*/*/keymaps/Makefile
  38. /keyboards/*/*/*/keymaps/Makefile
  39. /keyboards/*/*/*/*/keymaps/Makefile
  40. /keyboards/*/*/*/*/*/keymaps/Makefile
  41. # Eclipse/PyCharm/Other IDE Settings
  42. .cproject
  43. .project
  44. .settings/
  45. .idea
  46. *.iml
  47. .browse.VC.db*
  48. *.stackdump
  49. util/Win_Check_Output.txt
  50. # Let these ones be user specific, since we have so many different configurations
  51. .vscode/c_cpp_properties.json
  52. .vscode/launch.json
  53. .vscode/tasks.json
  54. .vscode/last.sql
  55. .vscode/temp.sql
  56. .stfolder
  57. .tags
  58. # ignore image files
  59. *.png
  60. *.jpg
  61. *.gif
  62. # Do not ignore MiniDox left/right hand eeprom files
  63. !keyboards/minidox/*.eep
  64. # things travis sees
  65. secrets.tar
  66. id_rsa_*
  67. /.vs