Add bin to .gitignore

Ignore the bin directory created by `bundle install --binstubs`.
This commit is contained in:
Renaud AUBIN 2013-02-04 20:45:57 +01:00
parent 1454985c68
commit 032f970dd6

1
.gitignore vendored
View file

@ -23,3 +23,4 @@ tags
/public/assets/
.sass-cache/
/coverage
/bin