]> source.dussan.org Git - gitignore.git/commitdiff
Ignore xcuserstate 1040/head
authorElvis Nuñez <elvisnunez@me.com>
Tue, 15 Apr 2014 16:59:29 +0000 (18:59 +0200)
committerElvis Nuñez <elvisnunez@me.com>
Tue, 15 Apr 2014 16:59:29 +0000 (18:59 +0200)
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

index 3a130f18c55102d93a06c81ad1776bf81d681449..1b81d249584e3d550eef0d90db0350711bd8f939 100644 (file)
@@ -11,3 +11,4 @@ xcuserdata
 *.xccheckout
 *.moved-aside
 DerivedData
+*.xcuserstate