]> source.dussan.org Git - gitignore.git/commitdiff
Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/)
authorDaniel Gullberg <daniel.gullberg@mmm.com>
Mon, 2 May 2016 07:14:13 +0000 (09:14 +0200)
committerDaniel Gullberg <daniel_gullberg@hotmail.com>
Tue, 18 Dec 2018 21:49:34 +0000 (22:49 +0100)
IAR_EWARM.gitignore [new file with mode: 0644]

diff --git a/IAR_EWARM.gitignore b/IAR_EWARM.gitignore
new file mode 100644 (file)
index 0000000..f3ad732
--- /dev/null
@@ -0,0 +1,16 @@
+# All build-directories inside an EWARM subdirectory
+# EWARM will put its build files under a subdirectory
+# with the same name as the configuration.
+# Example
+# EWARM/Config1/Obj /List /Exe
+# EWARM/Config2/Obj /List /Exe
+EWARM/**/Obj
+EWARM/**/List
+EWARM/**/Exe
+
+# Autogenerated project files 
+*.dep
+*.ewt
+
+# Autogenerated folder for debugger
+EWARM/settings