.gitignore 335 B

123456789101112131415161718192021222324252627282930
  1. keyboards/planck/dfu-programmer.exe
  2. .dep
  3. *.o
  4. *.eep
  5. *.elf
  6. /*.hex
  7. /keyboards/**/*.hex
  8. /keyboards/**/keymaps/**/*.hex
  9. !/keyboards/**/keymaps/**/compiled.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. .idea/
  23. CMakeLists.txt
  24. .DS_STORE
  25. # Eclipse/PyCharm/Other IDE Settings
  26. .cproject
  27. .project
  28. .settings/
  29. .idea