소스 검색

Merge pull request #1963 from evfemist/master

ignore .dSYM along with .ipa files
Brendan Forster 9 년 전
부모
커밋
9f044c43d2
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Objective-C.gitignore
  2. 2 0
      Swift.gitignore

+ 2 - 0
Objective-C.gitignore

@@ -24,6 +24,8 @@ xcuserdata/
 ## Obj-C/Swift specific
 *.hmap
 *.ipa
+*.dSYM.zip
+*.dSYM
 
 # CocoaPods
 #

+ 2 - 0
Swift.gitignore

@@ -24,6 +24,8 @@ xcuserdata/
 ## Obj-C/Swift specific
 *.hmap
 *.ipa
+*.dSYM.zip
+*.dSYM
 
 ## Playgrounds
 timeline.xctimeline