Skip to content

Commit

Permalink
Organize .gitignore, qualify toplevel ignores, add .ruby-version and …
Browse files Browse the repository at this point in the history
…/bin ignores
  • Loading branch information
jeremy committed Jan 28, 2013
1 parent 83c0321 commit 66ba02e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .gitignore
@@ -1,15 +1,17 @@
.bundle
Gemfile.lock
coverage
gems
/.bundle
/.ruby-version
/.rvmrc
/bin
/coverage
/Gemfile.lock
/gems
/mail-*.gem
rdoc
mail.tmproj
spec/fixtures/emails/failed_emails/
.rvmrc
/mail.tmproj
/rdoc
/spec/fixtures/emails/failed_emails/
/tags
/tmp
*.rbc
*.swp
.idea
tmp
tags
.rbx

0 comments on commit 66ba02e

Please sign in to comment.