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