Wink Saville <wink@xxxxxxxxxxx> wrote: > I'm trying to use git on an Eclipse workspace and the .metadata > directory is chock full of files and was wondering what, if anything, > should be ignored. At the moment .history looks like a candidate for > ignoring there are probably others. Ignore all of .metadata; its Eclipse private state that you don't want to version. I'd add it to .git/info/exclude so its ignored only in the repository that is using Eclipse, rather than in .gitignore (which is published). -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html