# File lib/osxwatcher.rb, line 84
    def ignore_file?(file)
      File.basename(file).index('.') == 0 or not valid_extension?(file)
    end