GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Make Autotest consume less CPU by adding excludes.
Thu Aug 21 11:58:24 -0700 2008
commit  3950b8da9d3876756470dfe17573894f804b7a36
tree    a958310b632d9a9aa5d0139cfa11e4ab77fd212b
parent  574dd59eee2f7fcedac9b19bbf305d0dfb767a89
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@ class Autotest::MerbsourceRspec < Autotest
0
   
0
   Autotest.add_hook :initialize do |at|
0
     at.clear_mappings
0
- at.add_exception(/\.git|log|coverage|doc/)
0
+ at.add_exception(/\.git|log|autotest|coverage|doc|experiments|bin|pkg|tools|l|[A-Z]+_?/)
0
 
0
     # See above for human-readable descriptions of these rules
0
     # 1 above

Comments

    No one has commented yet.