Merge pull request #522 from zellux/master

Ignore Rails directories instead of their files
This commit is contained in:
Adam Roben 2013-11-07 10:34:58 -08:00
commit 6309a0abea
1 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@ capybara-*.html
.rvmrc .rvmrc
/.bundle /.bundle
/vendor/bundle /vendor/bundle
/log/* /log
/tmp/* /tmp
/db/*.sqlite3 /db/*.sqlite3
/public/system/* /public/system
/coverage/ /coverage/
/spec/tmp/* /spec/tmp
**.orig **.orig
rerun.txt rerun.txt
pickle-email-*.html pickle-email-*.html