We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21780d9 commit ade77e5Copy full SHA for ade77e5
IAR_EWARM.gitignore
@@ -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