about summary refs log tree commit homepage
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
parent75907c1773308cc663872a49546a8eecfc48f7c6 (diff)
downloadunicorn-1b05168d47bf8058e0a7139113deb437f7e9f293.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@630 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--Manifest130
-rw-r--r--Rakefile2
2 files changed, 65 insertions, 67 deletions
diff --git a/Manifest b/Manifest
index 6da523a..f1b7db1 100644
--- a/Manifest
+++ b/Manifest
@@ -1,67 +1,65 @@
-tools/trickletest.rb
-test/testhelp.rb
-test/test_ws.rb
-test/test_uriclassifier.rb
-test/test_stats.rb
-test/test_response.rb
-test/test_request_progress.rb
-test/test_redirect_handler.rb
-test/test_http11.rb
-test/test_handlers.rb
-test/test_debug.rb
-test/test_configurator.rb
-test/test_conditional.rb
-test/test_command.rb
-test/test_cgi_wrapper.rb
-test/mongrel.conf
-test/mime.yaml
-setup.rb
-README
-mongrel-public_cert.pem
-Manifest
-log/mongrel_debug/objects.log
-LICENSE
-lib/mutex_fix.rb
-lib/mongrel.rb
-lib/mongrel/tcphack.rb
-lib/mongrel/stats.rb
-lib/mongrel/rails.rb
-lib/mongrel/mime_types.yml
-lib/mongrel/init.rb
-lib/mongrel/handlers.rb
-lib/mongrel/debug.rb
-lib/mongrel/configurator.rb
-lib/mongrel/command.rb
-lib/mongrel/cgi.rb
-lib/mongrel/camping.rb
-ext/http11/tst_search.c
-ext/http11/tst_insert.c
-ext/http11/tst_init.c
-ext/http11/tst_grow_node_free_list.c
-ext/http11/tst_delete.c
-ext/http11/tst_cleanup.c
-ext/http11/tst.h
-ext/http11/mkmf.log
-ext/http11/MANIFEST
-ext/http11/http11_parser.rl
-ext/http11/http11_parser.h
-ext/http11/http11_parser.c
-ext/http11/http11.c
-ext/http11/extconf.rb
-ext/http11/ext_help.h
-examples/webrick_compare.rb
-examples/simpletest.rb
-examples/random_thrash.rb
-examples/monitrc
-examples/mongrel_simple_service.rb
-examples/mongrel_simple_ctrl.rb
-examples/mongrel.conf
-examples/mime.yaml
-examples/httpd.conf
-examples/camping/tepee.rb
-examples/camping/README
-examples/camping/blog.rb
-examples/builder.rb
-COPYING
-CHANGELOG
 bin/mongrel_rails
+CHANGELOG
+COPYING
+examples/builder.rb
+examples/camping/blog.rb
+examples/camping/README
+examples/camping/tepee.rb
+examples/httpd.conf
+examples/mime.yaml
+examples/mongrel.conf
+examples/mongrel_simple_ctrl.rb
+examples/mongrel_simple_service.rb
+examples/monitrc
+examples/random_thrash.rb
+examples/simpletest.rb
+examples/webrick_compare.rb
+ext/http11/ext_help.h
+ext/http11/extconf.rb
+ext/http11/http11.c
+ext/http11/http11_parser.c
+ext/http11/http11_parser.h
+ext/http11/http11_parser.rl
+ext/http11/MANIFEST
+ext/http11/tst.h
+ext/http11/tst_cleanup.c
+ext/http11/tst_delete.c
+ext/http11/tst_grow_node_free_list.c
+ext/http11/tst_init.c
+ext/http11/tst_insert.c
+ext/http11/tst_search.c
+lib/mongrel/camping.rb
+lib/mongrel/cgi.rb
+lib/mongrel/command.rb
+lib/mongrel/configurator.rb
+lib/mongrel/debug.rb
+lib/mongrel/handlers.rb
+lib/mongrel/init.rb
+lib/mongrel/mime_types.yml
+lib/mongrel/rails.rb
+lib/mongrel/stats.rb
+lib/mongrel/tcphack.rb
+lib/mongrel.rb
+lib/mutex_fix.rb
+LICENSE
+Manifest
+mongrel-public_cert.pem
+README
+setup.rb
+test/mime.yaml
+test/mongrel.conf
+test/test_cgi_wrapper.rb
+test/test_command.rb
+test/test_conditional.rb
+test/test_configurator.rb
+test/test_debug.rb
+test/test_handlers.rb
+test/test_http11.rb
+test/test_redirect_handler.rb
+test/test_request_progress.rb
+test/test_response.rb
+test/test_stats.rb
+test/test_uriclassifier.rb
+test/test_ws.rb
+test/testhelp.rb
+tools/trickletest.rb
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']