Skip to content

Commit

Permalink
Changing autotest options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Ziegler committed Mar 18, 2011
1 parent b92a75c commit 2d098d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .autotest
@@ -1,3 +1,11 @@
require 'rubygems' 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 # vim: syntax=ruby

0 comments on commit 2d098d4

Please sign in to comment.