diff options
author | Peter Huene <peter.huene@puppetlabs.com> | 2014-01-27 11:46:52 -0800 |
---|---|---|
committer | Peter Huene <peter.huene@puppetlabs.com> | 2014-01-28 15:16:15 -0800 |
commit | 21ddae171291baddb15e14e635678e4836c9191f (patch) | |
tree | 18a0734f2c0b0db9bac748fa4b88368b41a8288b /.gitignore | |
parent | 273f2d6537f0568de857daedebfe0c2f4ee8d6e1 (diff) | |
download | puppet-21ddae171291baddb15e14e635678e4836c9191f.tar.gz |
(maint) Adding .ruby-version and .ruby-gemset to .gitignore for RVM users.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7466a53aa..873839586 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ Gemfile.local puppet-acceptance/ /.project .idea/ +.ruby-version +.ruby-gemset |