I really suggest (and recommend) that you add and custom ignores that
you personal prefer for svn not to see to your ~/.subversion/config
files' global-ignores section, like:
global-ignores = *.log *.save *.o *.lo *.la #*# .*~
*~ .#* .DS_Store build dist target *.ipr *.iml
*.iws .project .classpath .settings
Sometimes what you want ignored isn't what others want ignored... but
in this case I want svn to ignore IDEA muck too, but just as a more
general comment I think its a better practice to use a local ignore
configuration, so that new users/developers aren't surprised when svn
ignores stuff that they are not expecting. Some folks (like me)
sometimes even use `svn status` to figure out what is in the tree
that isn't under svn, and these kinda ignores well, break that.
Anyways, not a big deal, just a minor note.
Cheers,
--jason
On Aug 3, 2007, at 3:35 PM, [EMAIL PROTECTED] wrote:
Revision
4755
Author
dennisl
Date
2007-08-03 17:35:37 -0500 (Fri, 03 Aug 2007)
Log Message
o Ignore IDEA files.
Property Changed
trunk/mojo/selenium-maven-plugin/
Diff
Property changes: trunk/mojo/selenium-maven-plugin
Name: svn:ignore
- target
+ target
*.iml
*.ipr
*.iws
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email