Skip to content

Commit ce5d396

Browse files
committed
ignore .dSYM along with .ipa files
1 parent 785fcb7 commit ce5d396

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Objective-C.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ xcuserdata/
2424
## Obj-C/Swift specific
2525
*.hmap
2626
*.ipa
27+
*.dSYM.zip
28+
*.dSYM
2729

2830
# CocoaPods
2931
#

Swift.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ xcuserdata/
2424
## Obj-C/Swift specific
2525
*.hmap
2626
*.ipa
27+
*.dSYM.zip
28+
*.dSYM
2729

2830
## Playgrounds
2931
timeline.xctimeline

0 commit comments

Comments
 (0)