From a62039da503cc970b1c0329c8b845222985bef7c Mon Sep 17 00:00:00 2001 From: Denis Yantarev Date: Mon, 5 Dec 2016 03:34:14 +0300 Subject: [PATCH] Ignore rbenv configuration files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8291ff5..bee7964 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ pkg .bundle -# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore: +# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore: # # * Create a file at ~/.gitignore # * Include files you want ignored @@ -48,3 +48,6 @@ Gemfile.lock vendor/ homesick*.gem + +# rbenv configuration +.ruby-version