1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-03 03:48:18 +02:00

Move to community/embedded

This commit is contained in:
Daniel Gullberg 2018-12-18 22:50:39 +01:00
parent c7d07188d6
commit 1afdbc0a13

View file

@ -0,0 +1,19 @@
# 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
EWARM/**/Obj
EWARM/**/List
EWARM/**/Exe
# Autogenerated project files
*.dep
*.ewt
# Autogenerated folder for debugger
EWARM/settings