ignore more Ruby version manager files

Both rbenv and rvm now generate some files that have no bearing on
the project, and leave the local repo in a dirty state.
This commit is contained in:
Mike Fiedler 2013-12-26 20:52:08 -05:00
parent 60e9268cb4
commit 26245960b5
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,7 +2,9 @@
*.gem *.gem
*.rbc *.rbc
*.sw? *.sw?
.rbenv
.rvmrc .rvmrc
.ruby-gemset
.ruby-version .ruby-version
.bundle .bundle
.DS_Store .DS_Store