Skip to content

Commit d7eef7d

Browse files
authored
Merge pull request github#2913 from dangu/dev/IAR_EWARM
IAR_EWARM
2 parents 21780d9 + 1afdbc0 commit d7eef7d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# gitignore template for the IAR EWARM
2+
# website: https://www.iar.com/
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

0 commit comments

Comments
 (0)