1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

ignore more Ruby version manager files

Both rbenv and rvm now generate some files that have no bearing on
the project, and leave the local repo in a dirty state.
This commit is contained in:
Mike Fiedler 2013-12-26 20:52:08 -05:00
parent 60e9268cb4
commit 26245960b5

2
.gitignore vendored
View file

@ -2,7 +2,9 @@
*.gem
*.rbc
*.sw?
.rbenv
.rvmrc
.ruby-gemset
.ruby-version
.bundle
.DS_Store