From fad42f17950eb6b8c88a89dbf986af14c3822fa8 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 10 Jan 2011 07:46:07 -0600 Subject: [PATCH] ignore .rvmrc --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 932858e..aa82167 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea doc -*.gem \ No newline at end of file +*.gem +.rvmrc