Sure, go ahead. In Geronimo we ignore the following files and directories: *.iml *.ipr *.iws .classpath .project .settings target bin *.log junit*.properties
(no need to ignore the surefire-reports dir as it is created under the target dir) Jarek On Wed, Oct 7, 2009 at 12:17 PM, Jeremy Hughes <[email protected]> wrote: > I'm using the m2eclipse Eclipse plugin. There are many files like > .project .classpath and the .settings directory which aren't checked > in (and shouldn't be) which aren't yet added to the svn ignore list. > My first pass at an svn ignore list would be to ignore: .project > .classpath files and the .settings target and surefire-reports dirs > > For anyone using an Eclipse IDE this helps show whether there are > changes waiting to go out or not, for anyone not using Eclipse it > shouldn't matter. > > WDYT? > > Jeremy >
