From 77cefaf94e432682614d454f3b85b886b7ce43da Mon Sep 17 00:00:00 2001 From: Chris Gansen Date: Tue, 9 Apr 2013 23:19:21 -0500 Subject: [PATCH] ignore binstubs --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25a742dff..72944606e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ # Ignore bundler config. /.bundle - +/bin/ # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal