.gitignore 256 B

123456789101112131415161718192021222324252627
  1. # Compiled binaries
  2. *.bin
  3. *.elf
  4. *.hex
  5. *.map
  6. # Trash
  7. *.bak
  8. # IAR project "Debug" directory
  9. Debug/
  10. # IAR project "Release" directory
  11. Release/
  12. # IAR project settings directory
  13. settings/
  14. # IAR backup files
  15. Backup*
  16. # IAR .dep files
  17. *.dep
  18. *.log
  19. bin/
  20. obj/