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