Skip to content

Commit 2d098d4

Browse files
author
Austin Ziegler
committed
Changing autotest options.
1 parent b92a75c commit 2d098d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.autotest

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
require 'rubygems'
2+
#require 'redgreen/autotest'
3+
require 'autotest/timestamp'
4+
5+
Autotest.add_hook :initialize do |autotest|
6+
%w{.git .hg .DS_Store ._* tmp log doc}.each do |exception|
7+
autotest.add_exception(exception)
8+
end
9+
end
210

311
# vim: syntax=ruby

0 commit comments

Comments
 (0)