public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
Search Repo:
Added .autotest


git-svn-id: svn+ssh://rubyforge.org/var/svn/aws-sdb/trunk/aws-sdb@15 
b47d895a-97fd-408b-8300-45b572025c09
dysinger (author)
Wed Jan 23 09:36:15 -0800 2008
commit  4a0d19a057dcb24eb687e8a32bce816e328e0923
tree    91a48e68cb2737ac09a980fc982cf9ca16d5e3ea
parent  2b73584a1f7b6e4561807252e122260bbe177e12
...
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
0
@@ -1 +1,13 @@
0
+Autotest.add_hook :initialize do |at|
0
+ %w{
0
+ .autotest
0
+ LICENSE
0
+ README
0
+ Rakefile
0
+ script
0
+ pkg
0
+ nbproject
0
+ }.each {|e|at.add_exception(e)}
0
+ at.add_exception(/.*\.log/)
0
+end

Comments

    No one has commented yet.