summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index cdb29d0679..b8e8cad1de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,21 @@
.autotest
coverage
.DS_Store
-pkg
+pkg/*
tags
*/tags
*~
.chef
-# you should check in your Gemfile.lock in applications, and not in gems
+# You should check in your Gemfile.lock in applications, and not in gems
+# This also matches Berksfile.lock
external_tests/*.lock
-*.lock
-Gemfile.local
+/*.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.
+# 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
@@ -36,7 +39,6 @@ doc/
# Test Kitchen
.kitchen/
-Berksfile.lock
# Vagrant
Vagrantfile