diff options
author | Carl Suster <code@contraflo.ws> | 2013-11-10 21:12:01 +1100 |
---|---|---|
committer | Carl Suster <code@contraflo.ws> | 2013-11-10 21:12:01 +1100 |
commit | 0ac2f7cb820bf31e15e174d4061a8792686e629e (patch) | |
tree | 427cdeeaee63531866267d6340a3a857e359463a /Ruby.gitignore | |
parent | d72190c56ad3bc913fe62b43cd8b5b2281a6b7cc (diff) | |
download | gitignore-0ac2f7cb820bf31e15e174d4061a8792686e629e.tar.gz gitignore-0ac2f7cb820bf31e15e174d4061a8792686e629e.zip |
Optionally ignore ruby env normalisation files, with comments
Diffstat (limited to 'Ruby.gitignore')
-rw-r--r-- | Ruby.gitignore | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore index 560d1a6a..a0914d36 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -1,10 +1,8 @@ *.gem *.rbc -.bundle .config coverage InstalledFiles -lib/bundler/man pkg rdoc spec/reports @@ -16,3 +14,16 @@ tmp .yardoc _yardoc doc/ + +## Environment normalisation: +.bundle +lib/bundler/man + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc |