Re: Committing updates: do I need "User Data" / "User Interface State"?
Re: Committing updates: do I need "User Data" / "User Interface State"?
- Subject: Re: Committing updates: do I need "User Data" / "User Interface State"?
- From: Marco S Hyman <email@hidden>
- Date: Wed, 21 Mar 2012 12:07:57 -0700
On Mar 21, 2012, at 10:54 AM, Andreas Grosam wrote:
> Apparently, git tracks your user specific settings, which is not desired. You should fix your .gitignore file (which is located beneath .git folder):
You can also put common things to ignore in a global .gitignore file.
The command
git config --global core.excludesfile ~/.gitignore
tells git to use that file. Note that the name doesn't need to be
.gitignore
See http://help.github.com/ignore-files/ for a list of rules you
might like to add to a global ignore file. It also mentions the per
repository exclude file: .git/info/exclude
Marc
_______________________________________________
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