6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
|
Autotest.add_hook :initialize do |autotest|
|
||
|
%w{.git .svn .hg .DS_Store db log tmp vendor ._*}.each do |exception|
|
||
|
autotest.add_exception(exception)
|
||
|
end
|
||
|
end
|