.gitignore 261 B

12345678910111213141516171819202122232425262728
  1. .dep
  2. *.o
  3. *.eep
  4. *.elf
  5. *.hex
  6. !util/bootloader.hex
  7. !quantum/tools/eeprom_reset.hex
  8. *.log
  9. *.lss
  10. *.lst
  11. *.map
  12. *.sym
  13. *.swp
  14. tags
  15. *~
  16. build/
  17. .build/
  18. *.bak
  19. .vagrant/
  20. .idea/
  21. CMakeLists.txt
  22. .DS_STORE
  23. # Eclipse/PyCharm/Other IDE Settings
  24. .cproject
  25. .project
  26. .settings/
  27. .idea