diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-11 11:53:29 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | 257500a90a17e9604c798f2b73afd0ada5d42903 (patch) | |
tree | e249f92f93f6242d0d116e8ad9ccffa73a6da334 /.gitignore | |
parent | e421b0438177dada513acf7f21f10ba2b3a8f4be (diff) | |
download | chef-257500a90a17e9604c798f2b73afd0ada5d42903.tar.gz |
Pin everything down with Gemfile.lock, add rake dependencies to update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore index 732589b2e3..85f0bd6b21 100644 --- a/.gitignore +++ b/.gitignore @@ -8,32 +8,13 @@ tags .chef # You should check in your Gemfile.lock in applications, and not in gems -# This also matches Berksfile.lock -Gemfile.lock -Berksfile.lock external_tests/*.lock -acceptance/Gemfile.lock -omnibus/Gemfile.lock -/*.lock /Gemfile.local -# Do not check in the .bundle directory, or any of the files inside it. Those -# files are specific to each particular machine, and are used to persist -# installation options between runs of the bundle install command. -.bundle - # ignore some common Bundler 'binstubs' directory names # http://gembundler.com/man/bundle-exec.1.html b/ binstubs/ -bin -!bin/chef-apply -!bin/chef-client -!bin/chef-service-manager -!bin/chef-shell -!bin/chef-solo -!bin/chef-windows-service -!bin/knife # RVM and RBENV ruby version files .rbenv-version .rvmrc |