Commit 6309a0ab authored by Adam Roben's avatar Adam Roben

Merge pull request #522 from zellux/master

Ignore Rails directories instead of their files
parents d9b3471c ab68187a
...@@ -6,12 +6,12 @@ capybara-*.html ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment