Things to ignore when using Git with Rails

in the file .git/info/exclude

log/*.log
tmp/**/*
.DS_Store
public/cache/**/*
doc/api
doc/app
*.swp
config/database.yml
db/*.sqlite3