Hi,
When using FileList#exclude with a globbing pattern, it uses Dir[pat] to get all files matching the pattern and then adds them to an ignore list which is then converted to a regular expression.
This process is very slow. Why not use File.fnmatch?
Thanks, Ittay -- -- Ittay Dror <[EMAIL PROTECTED]> _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
