# File lib/listen/listener.rb, line 108
    def ignore(*regexps)
      directories_records.each { |r| r.ignore(*regexps) }
      self
    end