Allow for locally chosen rubies

By ignoring .versions.conf, we can allow users pick their own versions
of ruby without having to jump through a bunch of hoops on keeping
.ruby-version straight between local and remote branches.
bug/bundler_fix
Tod Beardsley 2014-11-05 13:15:32 -06:00
parent 40ee03ee63
commit 231d03bd3b
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -7,6 +7,10 @@ Gemfile.local.lock
.sublime-project
# RVM control file, keep this to avoid backdooring Metasploit
.rvmrc
# Allow for a local choice of (unsupported / semi-supported) ruby versions
# See PR #4136 for usage, but example usage:
# rvm --create --versions-conf use # 2.1.4@metasploit-framework
.versions.conf
# YARD cache directory
.yardoc
# Mac OS X files