From c406f85a22c0aa9f0e84d608631bae541f6e9e86 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 1 Jul 2015 08:41:06 -0400 Subject: [PATCH] Ignore .rvmrc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a502e9..689df98 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp +.rvmrc