From 579e187e4f774ecc08f708865831c1344042c1fd Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Tue, 28 Feb 2012 09:39:02 -0500 Subject: [PATCH] minor: add Gemfile.lock to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb32e8f..c6d2f07 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ benchmark test/load/unicorn/unicorn.rb test/load/thin/config.yml test/tools/data/ -.rvmrc \ No newline at end of file +.rvmrc +Gemfile.lock