From ab5c35a7f72ab7c58a463ddf1dfe937d8db84f71 Mon Sep 17 00:00:00 2001 From: Kartik Null Cating-Subramanian Date: Fri, 8 Jan 2016 13:27:37 -0800 Subject: Update .gitignores to not clash --- .gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1