about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-09-24 01:24:50 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-09-24 01:24:50 +0000
commit7642bda441928d38d06e20e801b96f3ba748d97c (patch)
treed25165ea5cae221bde23c58cb8273266d67f5940 /Rakefile
parent5be8e75f987f18de68d31bec0ac2c288acbc0136 (diff)
downloadunicorn-7642bda441928d38d06e20e801b96f3ba748d97c.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@610 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 ca80f16..ce99553 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/
+  p.ignore_pattern = /^projects|^site/
   p.ruby_version = '>= 1.8.4'
   p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4']