require 'autotest/restart'

Autotest.add_hook :initialize do |at|
  at.testlib = ''
  at.add_exception '.git'
end

