From e54e1b752be884da98f05ab970ae26c9775f8b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Tue, 15 Jan 2013 11:33:57 +0100 Subject: [PATCH] [Objective-C] No longer ignore `xcworkspace` documents. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workspaces are real documents that can be opened, just like `xcodeproj` documents. These documents are also generated/used by CocoaPods to configure a project’s dependencies. For these reasons, there does not seem a good reason to ignore these any longer. --- Objective-C.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7697b30c..31e6fd9a 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,8 +9,6 @@ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -*.xcworkspace -!default.xcworkspace xcuserdata profile *.moved-aside