summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-11-04 15:49:01 -0800
committerJohn Keiser <john@johnkeiser.com>2015-11-06 10:41:52 -0800
commitf93b66425f30e3af676d6513e74ce308b40fe158 (patch)
tree79e7daad64fc2759fbc380eee655cba5acfe76eb /.gitignore
parenta5d015215b2bfe5f6cc485ddf006db91ff486f83 (diff)
downloadchef-f93b66425f30e3af676d6513e74ce308b40fe158.tar.gz
Include pedant.gemfile.lock in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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.