From af7c660e34e52b999e0bea3b0d8d02cf07fe9c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Tue, 15 Apr 2014 18:56:25 +0200 Subject: [PATCH 1/2] Ignore xcuserstate xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 8f9935da..1e390d04 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,7 @@ xcuserdata DerivedData *.hmap *.ipa +*.xcuserstate # CocoaPods # From 37372e0f64aa83a618eefb7b96bac0001a35effe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Tue, 15 Apr 2014 18:59:29 +0200 Subject: [PATCH 2/2] Ignore xcuserstate xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control --- Global/Xcode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 3a130f18..1b81d249 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -11,3 +11,4 @@ xcuserdata *.xccheckout *.moved-aside DerivedData +*.xcuserstate