From 032f970dd6fa118af062be83d6d493844a09c8bf Mon Sep 17 00:00:00 2001 From: Renaud AUBIN Date: Mon, 4 Feb 2013 20:45:57 +0100 Subject: [PATCH] Add bin to .gitignore Ignore the bin directory created by `bundle install --binstubs`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5d06760d..69e6758d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ tags /public/assets/ .sass-cache/ /coverage +/bin