public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
commit  fadd2c4ea14d92bf2643e41c1f097018713fee75
tree    e32ef5628dde235f35040b6401a8647dd1402733
parent  5683a7efd414e2dbf178bb85cd739fa0cb382d4d
aws-sdb / .autotest
100644 13 lines (12 sloc) 0.201 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Autotest.add_hook :initialize do |at|
  %w{
    .autotest
    LICENSE
    README
    Rakefile
    script
    pkg
    nbproject
  }.each {|e|at.add_exception(e)}
  at.add_exception(/.*\.log/)
end