# File lib/listen/multi_listener.rb, line 63
    def ignore(*paths)
      @directories_records.each { |r| r.ignore(*paths) }
      self
    end