From f99aff93c604458b6dc92aadf6baefd022e356c6 Mon Sep 17 00:00:00 2001 From: Ryan Buckley Date: Sat, 9 May 2015 14:20:21 -0700 Subject: [PATCH] add .ruby-version to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 70d4d2f..2473526 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ *.a mkmf.log *.gem +.ruby-version +.ruby-gemset \ No newline at end of file