.gitignore 207 B

1234567891011121314151617181920212223
  1. keyboard/planck/dfu-programmer.exe
  2. .dep
  3. *.o
  4. *.eep
  5. *.elf
  6. *.hex
  7. *.lss
  8. *.lst
  9. *.map
  10. *.sym
  11. *.swp
  12. tags
  13. *~
  14. build/
  15. *.bak
  16. .vagrant/
  17. .DS_STORE
  18. # Eclipse/PyCharm/Other IDE Settings
  19. .cproject
  20. .project
  21. .settings/
  22. .idea