.gitignore 239 B

1234567891011121314151617181920212223
  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