Merge pull request #612 from PragTob/GitignoreRVMRC

Add .rvmrc to .gitignore but supply a sample file
This commit is contained in:
Sam 2013-04-01 17:40:31 -07:00
commit 649491d85b
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -76,3 +76,6 @@ chef/tmp/*
# exclude our git version file for now
config/version.rb
# ignore the Ruby Version manager (rvm) file
.rvmrc

1
.rvmrc.sample Normal file
View File

@ -0,0 +1 @@
rvm --create use 2.0.0@discourse