From ade77e5dffd6109896712ac7b89a3fa07cde31d9 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Mon, 2 May 2016 09:14:13 +0200 Subject: [PATCH] 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 -- 2.39.5