Ignore database.yml and Emacs backup files.

This commit is contained in:
gchq 2011-05-03 23:15:24 +02:00
parent 0dbce0384f
commit 0de0ec795c

11
.gitignore vendored
View file

@ -1,4 +1,7 @@
.bundle
db/*.sqlite3
log/*.log
tmp/
.bundle
config/database.yml
db/*.sqlite3
log/*.log
tmp/
*~