Skip to content

Commit 9f044c4

Browse files
committed
Merge pull request #1963 from evfemist/master
ignore .dSYM along with .ipa files
2 parents b9a9436 + ce5d396 commit 9f044c4

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)