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.
will be available in 2.0 as regex support has been added.