Hi, > So maybe they should be included in the .gitignore (along with .project, > etc.) ?
-1 to that. Anything that is actually in version control should not be in .gitignore, this has caused far too many issues in the past, including breaking a release candidate. IMO if something in version control needs to be added to .gitignore it shouldn't be in version control in the first place. Justin