ruby-net-ldap/.autotest

12 lines
251 B
Plaintext
Raw Normal View History

2011-03-18 02:41:15 +01:00
require 'rubygems'
2011-03-18 02:48:36 +01:00
#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
2011-03-18 02:41:15 +01:00
# vim: syntax=ruby