# File lib/listen/directory_record.rb, line 92
    def ignore(*regexps)
      @ignoring_patterns.merge(regexps).reject! { |r| r.nil? }
    end