From ade77e5dffd6109896712ac7b89a3fa07cde31d9 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Mon, 2 May 2016 09:14:13 +0200 Subject: [PATCH 1/5] Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/) --- IAR_EWARM.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 IAR_EWARM.gitignore diff --git a/IAR_EWARM.gitignore b/IAR_EWARM.gitignore new file mode 100644 index 00000000..f3ad7324 --- /dev/null +++ b/IAR_EWARM.gitignore @@ -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 From c5557ee1104864f67de85b2528abe963b1ae683e Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:32:40 +0100 Subject: [PATCH 2/5] Move to the community directory --- IAR_EWARM.gitignore => community/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename IAR_EWARM.gitignore => community/IAR_EWARM.gitignore (100%) diff --git a/IAR_EWARM.gitignore b/community/IAR_EWARM.gitignore similarity index 100% rename from IAR_EWARM.gitignore rename to community/IAR_EWARM.gitignore From 718f4f53733d2144868a745b3da4c9ce910d8c1c Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:38:17 +0100 Subject: [PATCH 3/5] Move IAR_EWARM to a new directory Embedded --- community/{ => Embedded}/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{ => Embedded}/IAR_EWARM.gitignore (100%) diff --git a/community/IAR_EWARM.gitignore b/community/Embedded/IAR_EWARM.gitignore similarity index 100% rename from community/IAR_EWARM.gitignore rename to community/Embedded/IAR_EWARM.gitignore From c7d07188d6be8433c5879869397222572d76369c Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:42:29 +0100 Subject: [PATCH 4/5] Update info for IAR EWARM --- community/Embedded/IAR_EWARM.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/Embedded/IAR_EWARM.gitignore b/community/Embedded/IAR_EWARM.gitignore index f3ad7324..13ed9a0b 100644 --- a/community/Embedded/IAR_EWARM.gitignore +++ b/community/Embedded/IAR_EWARM.gitignore @@ -1,6 +1,9 @@ -# All build-directories inside an EWARM subdirectory -# EWARM will put its build files under a subdirectory -# with the same name as the configuration. +# gitignore template for the IAR EWARM +# website: https://www.iar.com/ + +# Some tools will put the EWARM files +# under a subdirectory with the same name +# as the configuration. # Example # EWARM/Config1/Obj /List /Exe # EWARM/Config2/Obj /List /Exe From 1afdbc0a13d62402d75b1cb3a5b85dfc6283cf74 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Tue, 18 Dec 2018 22:50:39 +0100 Subject: [PATCH 5/5] Move to community/embedded --- community/{Embedded => embedded}/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{Embedded => embedded}/IAR_EWARM.gitignore (100%) diff --git a/community/Embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore similarity index 100% rename from community/Embedded/IAR_EWARM.gitignore rename to community/embedded/IAR_EWARM.gitignore