public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Ignore all log files from stub Rails apps.
Hongli Lai (Phusion) (author)
Mon Mar 31 07:37:36 -0700 2008
commit  11a38e87f5e3de0ee2150472166f33f905b9e139
tree    3d9944c9bf8037ae9cf395e8208b5d49939b625f
parent  db177c50a9fc48800ece33c78e8b26fcdbadb81d
...
16
17
18
19
20
 
21
22
23
...
16
17
18
 
 
19
20
21
22
0
@@ -16,8 +16,7 @@ doc/*.html
0
 test/Apache2ModuleTests
0
 test/config.yml
0
 test/stub/railsapp/app/controllers/bar_controller.rb
0
-test/stub/railsapp/log/*
0
-test/stub/railsapp2/log/*
0
+test/stub/*/log/*
0
 test/stub/apache2/*.log
0
 test/stub/apache2/*.pid
0
 test/stub/apache2/httpd.conf

Comments

    No one has commented yet.