From 50e2f94a0976f51d03bef8ad0142b810e390a2ee Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 21 Nov 2013 09:40:37 +0800 Subject: [PATCH] add ignore item: *.xcworkspace There are some workspace itmes here, include some userdata. so it's needed to ignore them. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index af228cde..3177cd52 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -18,6 +18,7 @@ profile DerivedData *.hmap *.xccheckout +*.xcworkspace # CocoaPods Pods