HomePhorge

Git ignore an .rvmrc file in the root of the project
312b467ee53eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Git ignore an .rvmrc file in the root of the project

Now that there is a Gemfile in the Puppet repository, RVM ignores an rvmrc in
the parent directory - because it assumes that the gemfile defines the full
scope of configuration required.

Since the gemfile is actually useless for the purpose, a project level rvmrc
file is needed to "win", and actually put local configuration in place.

Since things like that configuration are really per-developer, we should
ignore the file if present, though, so that we don't pollute everyone's
working space with our personal opinions on configuration.

Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>

Details

Provenance
Daniel Pittman <daniel@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUf0ef301bc3b2: (#16330) Update ZAML to latest upstream.
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU312b467ee53e: Git ignore an .rvmrc file in the root of the project (authored by Daniel Pittman <daniel@puppetlabs.com>).Sep 17 2012, 9:10 PM