Community
Participate
Working Groups
Under http://dev.eclipse.org/git/index.html you provide mirrors for the Eclipse projects. Would it be possible to add to the projects a default .gitignore file which contains the "bin" folder?
Isn't this something for each project to decide? Or am I mis-understanding how your proposing this be used? -M.
Is their a way the project can set this up? I assumes all this stuff is auto-generated. "bin" is only binary content for Java projects.
Ah that clears things up a bit. Yes the 'mirrors' repos are auto-generated, so we(webmaster) would need to try and stuff this into the mirror scripts. I'm still not sure what the problem is with the 'bin' folder. -M.
If you checkout the git repo and forget to set .gitignore yourself, then git will try to commit all the generated class files in the bin folder. Cleaning this up is really difficult. Therefore I think a reasonable setting would be to have "bin" excluded per default. I don't think this would cause issues for any (Java) Projekt.
Well now I'm back to my first comment. The 'mirrors' are read only(since they're generated from CVS). Now if you are committing to one of the projects that uses git, it's something the project can 'tweak'(or I can do it for them). -M.
Ah didn't know that. Thanks. Bug can be closed.