Page 1 of 1

Masks for files to exclude?

Posted: Fri Nov 19, 2004 7:14 pm
by irkregent
Is it possible to specify file masks for files that should be excluded?

I have some source code directories that I regularly copy from the network to my local disk, and with all the different file extensions represented it would be easier to specify a couple that should be excluded than to specify those that should be included.

Posted: Fri Nov 19, 2004 8:34 pm
by grigsoft
Probably you are missing Exclude button to the right of mask field. It will make specified files to be excluded. You can also combine include and exclude masks in one by using '!' sign: *.cpp ! temp* will include all .cpp files except for that starting with temp.