From ce5d3969e7adb79a6a0ea709026aa7242a292b61 Mon Sep 17 00:00:00 2001 From: Roman Stetsenko Date: Fri, 6 May 2016 12:57:06 +0300 Subject: [PATCH] ignore .dSYM along with .ipa files --- Objective-C.gitignore | 2 ++ Swift.gitignore | 2 ++ 2 files changed, 4 insertions(+) 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 # diff --git a/Swift.gitignore b/Swift.gitignore index 8a29fa52..2c22487b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -24,6 +24,8 @@ xcuserdata/ ## Obj-C/Swift specific *.hmap *.ipa +*.dSYM.zip +*.dSYM ## Playgrounds timeline.xctimeline