code.gitea.io/gitea@v1.21.7/options/gitignore/IAR_EWARM (about) 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 4 # Some tools will put the EWARM files 5 # under a subdirectory with the same name 6 # as the configuration. 7 # Example 8 # EWARM/Config1/Obj /List /Exe 9 # EWARM/Config2/Obj /List /Exe 10 EWARM/**/Obj 11 EWARM/**/List 12 EWARM/**/Exe 13 14 # Autogenerated project files 15 *.dep 16 *.ewt 17 18 # Autogenerated folder for debugger 19 EWARM/settings