add RVM config files to gitignore

This commit is contained in:
Sean Linsley 2016-06-06 16:00:48 -05:00 committed by Sean Linsley
parent 85639c6e3f
commit 31a7c4dc5e
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
*.gem
*.rvmrc
.rvmrc
.ruby-version
.ruby-gemset
.bundle
Gemfile.lock
pkg/*