# -*- ruby -*-

require 'autotest/restart'

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

