From: David Schmitt Date: Mon, 1 Jun 2015 11:21:59 +0000 (+0100) Subject: root all the gitignore patterns to avoid unintentional matches X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1fcce9082fd918100d7d6eaa5dc5c90cebb39bc9;p=puppet-stdlib.git root all the gitignore patterns to avoid unintentional matches --- diff --git a/.gitignore b/.gitignore index b5db85e..c64330e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -pkg/ -Gemfile.lock -vendor/ -spec/fixtures/ -.vagrant/ -.bundle/ -coverage/ -.idea/ +/pkg/ +/Gemfile.lock +/vendor/ +/spec/fixtures/ +/.vagrant/ +/.bundle/ +/coverage/ +/.idea/ *.iml