exclusion by file extensionArth-Vader - December 19, 2007 - 1:14pm
is there a way to exclude file extentions with a wildcard? a Java IDE I use creates a ton of .java~someNumberHere~ files, and when i backup my work i want to exclude them. i thought of trying to exclude .java~* but that didn't work. so for now i just have .java~1~ through .java~25~ as exclusions. ( categories: )
|

This
will be available in 2.0 as regex support has been added.
'...and do the other things, not because they are easy, but because they are hard...' JFK