diff options
author | Roman Stetsenko <evfemist@gmail.com> | 2016-05-06 12:57:06 +0300 |
---|---|---|
committer | Roman Stetsenko <evfemist@gmail.com> | 2016-05-06 12:57:06 +0300 |
commit | ce5d3969e7adb79a6a0ea709026aa7242a292b61 (patch) | |
tree | 0cccd6a93a2a34079b764d463ed17a302526cfef /Objective-C.gitignore | |
parent | 785fcb765a09e0800b9133e64a79fe60c6a205ab (diff) | |
download | gitignore-ce5d3969e7adb79a6a0ea709026aa7242a292b61.tar.gz gitignore-ce5d3969e7adb79a6a0ea709026aa7242a292b61.zip |
ignore .dSYM along with .ipa files
Diffstat (limited to 'Objective-C.gitignore')
-rw-r--r-- | Objective-C.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 3020bc32..10c582bf 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -24,6 +24,8 @@ xcuserdata/ ## Obj-C/Swift specific *.hmap *.ipa +*.dSYM.zip +*.dSYM # CocoaPods # |