Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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