about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-09-25 21:42:39 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-09-25 21:42:39 +0000
commit1b05168d47bf8058e0a7139113deb437f7e9f293 (patch)
tree3434807a202199e92f0c071a766fc88e07a3d32f /Rakefile
parent75907c1773308cc663872a49546a8eecfc48f7c6 (diff)
downloadunicorn-1b05168d47bf8058e0a7139113deb437f7e9f293.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@630 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 72f2645..5178c71 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ Echoe.new("mongrel") do |p|
   p.author ="Zed A. Shaw"
   p.clean_pattern = ["ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}", "ext/http11/Makefile", "pkg", "lib/*.bundle", "*.gem", "doc/site/output", ".config"]
   p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc', 'ext/http11/http11.c']
-  p.ignore_pattern = /^projects|^site/
+  p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
   p.ruby_version = '>= 1.8.4'
   p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']