about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-10 16:06:57 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-10 16:06:57 -0800
commit936c3e5176948456835415a482b0c19025016f11 (patch)
tree06a8633be2f28a4f158f6211d01160e5ad161afd
parentc7ac1f09cd6302aec3394e9057c6e30f5bc28288 (diff)
downloadunicorn-936c3e5176948456835415a482b0c19025016f11.tar.gz
-rw-r--r--.gitignore2
-rwxr-xr-xbin/unicorn-hello-world2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ccabdae..d81ceaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ log/
 *.so
 /local.mk
 pkg/
+/.config
+/InstalledFiles
diff --git a/bin/unicorn-hello-world b/bin/unicorn-hello-world
index 8d77ea1..e368344 100755
--- a/bin/unicorn-hello-world
+++ b/bin/unicorn-hello-world
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/home/ew/bin/ruby
 # Simple "Hello World" application for Unicorn
 
 # Exec ourselves with unicorn.  A shebang (e.g. "#!/usr/bin/unicorn")