.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .dep
  2. *.o
  3. *.bin
  4. *.eep
  5. *.elf
  6. *.hex
  7. *.qmk
  8. !util/bootloader.hex
  9. !quantum/tools/eeprom_reset.hex
  10. *.log
  11. *.lss
  12. *.lst
  13. *.map
  14. *.sym
  15. *.swp
  16. tags
  17. *~
  18. build/
  19. .build/
  20. *.bak
  21. .vagrant/
  22. quantum/version.h
  23. .idea/
  24. CMakeLists.txt
  25. cmake-build-debug
  26. doxygen/
  27. .DS_STORE
  28. /util/wsl_downloaded
  29. /util/win_downloaded
  30. /keyboards/*/Makefile
  31. /keyboards/*/*/Makefile
  32. /keyboards/*/*/*/Makefile
  33. /keyboards/*/*/*/*/Makefile
  34. /keyboards/*/*/*/*/*/Makefile
  35. /keyboards/*/keymaps/Makefile
  36. /keyboards/*/*/keymaps/Makefile
  37. /keyboards/*/*/*/keymaps/Makefile
  38. /keyboards/*/*/*/*/keymaps/Makefile
  39. /keyboards/*/*/*/*/*/keymaps/Makefile
  40. # Eclipse/PyCharm/Other IDE Settings
  41. .cproject
  42. .project
  43. .settings/
  44. .idea
  45. .browse.VC.db*
  46. *.stackdump
  47. util/Win_Check_Output.txt
  48. # Let these ones be user specific, since we have so many different configurations
  49. .vscode/c_cpp_properties.json
  50. .vscode/launch.json
  51. .vscode/tasks.json
  52. .vscode/last.sql
  53. .vscode/temp.sql
  54. .stfolder
  55. .tags
  56. # ignore image files
  57. *.png
  58. *.jpg
  59. *.gif
  60. # Do not ignore MiniDox left/right hand eeprom files
  61. !keyboards/minidox/*.eep
  62. # things travis sees
  63. secrets.tar
  64. id_rsa_*
  65. /.vs