From ac02995bac96d622386a091bad06994f6cb0214b Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 15 Dec 2012 13:49:12 -0500 Subject: [PATCH] updated .gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d72e7481..5a1b8996 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,11 @@ config/database.yml # Ignore bundler config -/.bundle +.bundle # Ignore the default SQLite database. -/db/*.sqlite3 +db/*.sqlite3 # Ignore all logfiles and tempfiles. -/log/*.log -/tmp +log/*.log +tmp