From 2d098d41c6fc5e58153607b8ccbf9b26d33b760b Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 17 Mar 2011 21:48:36 -0400 Subject: [PATCH] Changing autotest options. --- .autotest | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.autotest b/.autotest index 1236395b..f5f85be9 100644 --- a/.autotest +++ b/.autotest @@ -1,3 +1,11 @@ require 'rubygems' +#require 'redgreen/autotest' +require 'autotest/timestamp' + +Autotest.add_hook :initialize do |autotest| + %w{.git .hg .DS_Store ._* tmp log doc}.each do |exception| + autotest.add_exception(exception) + end +end # vim: syntax=ruby