gitignore template for a Ruby on Rail project

Been working with Ruby On Rails for about 10 months now, about the same amount of time with GIT, I enjoy them both very much.

When I start a rails project and connect it to GIT, I always create the same gitignore file. Therefore, I thought I should share it with you.

Here it is:

log/*
tmp/*
.DS_Store
db/*

Enjoy!