diff options
author | John Keiser <john@johnkeiser.com> | 2015-11-04 15:49:01 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-11-06 10:41:52 -0800 |
commit | f93b66425f30e3af676d6513e74ce308b40fe158 (patch) | |
tree | 79e7daad64fc2759fbc380eee655cba5acfe76eb /.gitignore | |
parent | a5d015215b2bfe5f6cc485ddf006db91ff486f83 (diff) | |
download | chef-f93b66425f30e3af676d6513e74ce308b40fe158.tar.gz |
Include pedant.gemfile.lock in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 953f58919f..b5fa1a24d7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ tags # you should check in your Gemfile.lock in applications, and not in gems external_tests/*.lock -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. |