On Sat, Feb 20, 2010 at 3:04 PM, Ted Dunning <ted.dunn...@gmail.com> wrote: > WOuldn't hurt to do the same for the IDEA project (*.ipr), module (*.iml) > and workspace (*.iws) files. Lately, it seems idea is keeping this all in a > .idea sub-directory of the parent.
so, just adding an svn:ignore on the parent for .idea would ignore what we're looking for? AFAIK, ignore is set only on a per directory basis, I'd have to do some minor digging to determine if we can ignore files with those extensions everywhere.