.gitignore 812 B

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