From 35c554f0bf518e1068e79002a462c3deba649e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 22 Dec 2012 21:21:06 +0100 Subject: [PATCH] Ignore /bin on new apps --- .../lib/rails/generators/rails/app/templates/gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/railties/lib/rails/generators/rails/app/templates/gitignore b/railties/lib/rails/generators/rails/app/templates/gitignore index 52abb32479..090799d5a0 100644 --- a/railties/lib/rails/generators/rails/app/templates/gitignore +++ b/railties/lib/rails/generators/rails/app/templates/gitignore @@ -4,13 +4,14 @@ # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' -# Ignore bundler config +# Ignore bundler related files /.bundle +/bin -# Ignore the default SQLite database. +# Ignore the default SQLite database /db/*.sqlite3 /db/*.sqlite3-journal -# Ignore all logfiles and tempfiles. +# Ignore all logfiles and tempfiles /log/*.log /tmp