.gitignore 1.0 KB

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