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.
- Read more about exclusion by file extension
- 1 comment
- Log in or register to post comments