Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

IAR_EWARM 384B

12345678910111213141516171819
  1. # gitignore template for the IAR EWARM
  2. # website: https://www.iar.com/
  3. # Some tools will put the EWARM files
  4. # under a subdirectory with the same name
  5. # as the configuration.
  6. # Example
  7. # EWARM/Config1/Obj /List /Exe
  8. # EWARM/Config2/Obj /List /Exe
  9. EWARM/**/Obj
  10. EWARM/**/List
  11. EWARM/**/Exe
  12. # Autogenerated project files
  13. *.dep
  14. *.ewt
  15. # Autogenerated folder for debugger
  16. EWARM/settings