# File lib/listen/directory_record.rb, line 125
    def filter!(*regexps)
      @filtering_patterns.replace(regexps).reject! { |r| r.nil? }
    end