.gitignore 806 B

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