summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-11-04 15:49:01 -0800
committerJohn Keiser <john@johnkeiser.com>2015-11-04 15:49:01 -0800
commit91d884c21ee5c9f70b9b7fa9ed8c03af0050fe3e (patch)
tree5b74a7dae73918f417a64980293afbb4f1d6bbd5
parentf474f98750fe70e0264bf80793e578b739c08206 (diff)
downloadchef-91d884c21ee5c9f70b9b7fa9ed8c03af0050fe3e.tar.gz
Include pedant.gemfile.lock in .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.