From: Elvis Nuñez Date: Tue, 15 Apr 2014 16:59:29 +0000 (+0200) Subject: Ignore xcuserstate X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=37372e0f64aa83a618eefb7b96bac0001a35effe;p=gitignore.git 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 --- 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