summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-06-17 13:30:31 -0800
committerRyan Davis <ryand@zenspider.com>2009-06-17 13:30:31 -0800
commit9dee687c8c963f55536a0517adda32abf33db7dd (patch)
tree27d981919dc94158d6cc99c00f8624f064bc5502
parent858f3880f0f7a9cd1e3c2c55db8c362e4cd0b0d6 (diff)
downloadhoe-9dee687c8c963f55536a0517adda32abf33db7dd.tar.gz
- exclude field was missing from DEFAULT_CONFIG
[git-p4: depot-paths = "//src/hoe/dev/": change = 5055]
-rw-r--r--lib/hoe/debug.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hoe/debug.rb b/lib/hoe/debug.rb
index 2c57910..84a0b96 100644
--- a/lib/hoe/debug.rb
+++ b/lib/hoe/debug.rb
@@ -10,6 +10,8 @@
module Hoe::Debug
Hoe.plugin :debug
+ Hoe::DEFAULT_CONFIG["exclude"] = /tmp$|CVS|TAGS|\.(svn|git|DS_Store)/
+
# :stopdoc:
DIFF = if Hoe::WINDOZE