# File lib/rake/file_list.rb, line 164
    def clear_exclude
      @exclude_patterns = []
      @exclude_procs = []
      self
    end