Skip to content

Commit c082216

Browse files
Merge pull request #6836 from anhu/iar_ewarm_gitignore
Changes to what gets ignored by git for the IAR-EWARM IDE
2 parents 5cb80ea + 52a9730 commit c082216

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

IDE/IAR-EWARM/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Unused project setting files
2+
*.ewt
3+
# Build products
4+
ewarm/
5+
Debug/
6+
Release/
7+
# Auto generated files
8+
settings/
9+
*.dep

IDE/IAR-EWARM/embOS/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)