We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21780d9 + 1afdbc0 commit d7eef7dCopy full SHA for d7eef7d
1 file changed
community/embedded/IAR_EWARM.gitignore
@@ -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