Skip to content

Commit ade77e5

Browse files
Daniel Gullbergdangu
authored andcommitted
Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/)
1 parent 21780d9 commit ade77e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

IAR_EWARM.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# All build-directories inside an EWARM subdirectory
2+
# EWARM will put its build files under a subdirectory
3+
# with the same name as the configuration.
4+
# Example
5+
# EWARM/Config1/Obj /List /Exe
6+
# EWARM/Config2/Obj /List /Exe
7+
EWARM/**/Obj
8+
EWARM/**/List
9+
EWARM/**/Exe
10+
11+
# Autogenerated project files
12+
*.dep
13+
*.ewt
14+
15+
# Autogenerated folder for debugger
16+
EWARM/settings

0 commit comments

Comments
 (0)