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.

IAR_EWARM.gitignore 462B

12345678910111213141516171819
  1. # gitignore template for the IAR EWARM
  2. # website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/
  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