Sha256: 3edee1a1b3099cff15e46281e6579c52c566b86c8587d3f26c510a45742c4fb6

Contents?: true

Size: 462 Bytes

Versions: 5

Compression:

Stored size: 462 Bytes

Contents

# gitignore template for the IAR EWARM
# website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/

# 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forgitter-0.1.4 data/github/community/embedded/IAR_EWARM.gitignore
forgitter-0.1.3 data/github/community/embedded/IAR_EWARM.gitignore
forgitter-0.1.2 data/github/community/embedded/IAR_EWARM.gitignore
forgitter-0.1.1 data/github/community/embedded/IAR_EWARM.gitignore
forgitter-0.1.0 data/github/community/embedded/IAR_EWARM.gitignore