From 4a2a0635560f3dde556ffce24bb7d30cf3e0d724 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 20 May 2010 02:34:24 -0700 Subject: [PATCH] Ignore gemfile.lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96fc83327..c51d0905e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ Vagrantfile pkg/* .bundle/* doc/ -.yardoc/ \ No newline at end of file +.yardoc/ +Gemfile.lock