You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uVision 412B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # git ignore file for Keil µVision Project
  2. # µVision 5 and µVision 4 Project screen layout file
  3. *.uvguix.*
  4. *.uvgui.*
  5. # Listing Files
  6. *.i
  7. *.lst
  8. *.m51
  9. *.m66
  10. *.map
  11. # Object Files
  12. *.axf
  13. *.b[0-2][0-9]
  14. *.b3[0-1]
  15. *.bak
  16. *.build_log.htm
  17. *.crf
  18. *.d
  19. *.dep
  20. *.elf
  21. *.htm
  22. *.iex
  23. *.lnp
  24. *.o
  25. *.obj
  26. *.sbr
  27. # Firmware Files
  28. *.bin
  29. *.h86
  30. *.hex
  31. # Build Files
  32. .bat
  33. # Debugger Files
  34. .ini
  35. # JLink Files
  36. JLinkLog.txt
  37. # Other Files