# File lib/facets/more/filelist.rb, line 400
  def exclude?(fn)
    calculate_exclude_regexp unless @exclude_re
    fn =~ @exclude_re
  end