Multiple exclude/include filters
Posted: Tue May 09, 2006 6:32 am
Is it possible to distinguish multiple patterns when designating exclude/include filters? Say for example I want to ignore *.exe and *.dll when comparing directories. Is it possible to set that up as a pattern?
I am familiar with regular expressions and tried *.exe|*.dll but that didn't seem to work.
I am familiar with regular expressions and tried *.exe|*.dll but that didn't seem to work.