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