You are here

exclusion by file extension

2 posts / 0 new
Last post
Arth-Vader
Offline
Last seen: 16 years 3 months ago
Joined: 2007-12-19 13:06
exclusion by file extension

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.

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
This

will be available in 2.0 as regex support has been added.

Log in or register to post comments