updated .gitignore

This commit is contained in:
Devin Howard 2012-12-15 13:49:12 -05:00
parent ea8f37da27
commit ac02995bac

8
.gitignore vendored
View file

@ -7,11 +7,11 @@
config/database.yml config/database.yml
# Ignore bundler config # Ignore bundler config
/.bundle .bundle
# Ignore the default SQLite database. # Ignore the default SQLite database.
/db/*.sqlite3 db/*.sqlite3
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/*.log log/*.log
/tmp tmp