diff options
author | Daniel Gullberg <daniel_gullberg@hotmail.com> | 2018-11-25 00:42:29 +0100 |
---|---|---|
committer | Daniel Gullberg <daniel_gullberg@hotmail.com> | 2018-12-18 22:49:34 +0100 |
commit | c7d07188d6be8433c5879869397222572d76369c (patch) | |
tree | 98b3cea443f1f142606344357889461553f520ba /community | |
parent | 718f4f53733d2144868a745b3da4c9ce910d8c1c (diff) | |
download | gitignore-c7d07188d6be8433c5879869397222572d76369c.tar.gz gitignore-c7d07188d6be8433c5879869397222572d76369c.zip |
Update info for IAR EWARM
Diffstat (limited to 'community')
-rw-r--r-- | community/Embedded/IAR_EWARM.gitignore | 9 |
1 files 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 |