From 518b52174fa419b8026ef06b9096ac0563d6cb44 Mon Sep 17 00:00:00 2001 From: Luke Imhoff <luke_imhoff@rapid7.com> Date: Tue, 7 May 2013 08:28:32 -0500 Subject: [PATCH] Add new rvm control files to ignores [#49402505] rvm stable (1.19.6) has deprecated .rvmrc in favor of the .ruby-version file used by other ruby version switchers and .ruby-gemset. These files only contain strings to be looked up instead of bash or sh code, so it's also a safer format than the old script in the .rvmrc. --- java/_root/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/_root/.gitignore b/java/_root/.gitignore index 0f6f8292..5cc4662f 100644 --- a/java/_root/.gitignore +++ b/java/_root/.gitignore @@ -1,6 +1,9 @@ .bundle # Rubymine project directory .idea +# Portable ruby version files for rvm +.ruby-gemset +.ruby-version # RVM control file .rvmrc # YARD cache directory