Changing autotest options.
This commit is contained in:
parent
b92a75cdc7
commit
2d098d41c6
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue