From f3691245df3b978cb2159b64c9a95302822f3fe4 Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Tue, 9 Nov 2010 05:17:25 +0800 Subject: [PATCH] Ignore Xcode 4 user configurations for Objective-C --- Objective-C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 6edbbebb..1cacd557 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -3,6 +3,8 @@ build/* *.pbxuser *.mode1v3 *.perspectivev3 +*.xcworkspace +xcuserdata # osx .DS_Store profile -- 2.39.5