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 <ittay.dror at gmail.com>