From 5e1d5087b4fb50c4c59dffc96731ccf52f7df50e Mon Sep 17 00:00:00 2001 From: hedgehog Date: Tue, 28 Feb 2012 08:16:06 +1100 Subject: [PATCH] allow for bundler+rbenv best practice --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 76e452d49..c9eb04db6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ .bundle .DS_Store .idea +bin/* +!bin/fog +!bin/rdoc coverage doc/* docs/_site/* @@ -14,3 +17,4 @@ Gemfile.lock rdoc pkg spec/credentials.yml +vendor/*