Commit 39d77f301f808dd0841501884ac5e80da8416de3

Authored by Achilleas Pipinellis
1 parent 4e86f8ec

Do not track rvm/rbenv files

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -6,3 +6,7 @@ pkg/*
6 6 bin/*
7 7 files/**/cache/
8 8 vendor/cookbooks
  9 +.ruby-version
  10 +.ruby-gemset
  11 +.rvmrc
  12 +.rbenv-version
... ...