Re: Trying to get rid of UserInterfaceState.xcuserstate in git repo
Re: Trying to get rid of UserInterfaceState.xcuserstate in git repo
- Subject: Re: Trying to get rid of UserInterfaceState.xcuserstate in git repo
- From: Quincey Morris <email@hidden>
- Date: Mon, 01 Aug 2011 10:54:09 -0700
On Aug 1, 2011, at 07:40, Antonio Nunes wrote: I've tried al kinds of variations in the .gitignore file to get the file ignored. In fact I've also tried to go back up and ignore user data in general. Whatever I do however, the UserInterfaceState.xcuserstate file just does not want to disappear from the commit window. Is there any way I can make it go away, using Terminal if needed?
(I'm using Xcode 4.1 by the way.)
Of the various forumulas I've tried in the .gitignore file these are some examples: *.xcuserdata *.xcodeproj/xcuserdata/* project.xcworkspace/
Here's what I use in .gitignore:
xcuserdata/
and that works just fine.
This is a git question, though, not an Xcode question. Surely this is covered in the git docs somewhere?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden