From d265f87c77d5d02fb3f2e76188d32fa80f8c7a96 Mon Sep 17 00:00:00 2001 From: Cody Herriges Date: Mon, 24 Jun 2013 21:17:16 -0700 Subject: [PATCH] Puppet Forge release 2.0.0 Marks the commit that the branch stable/grizzly and the 2.0.0 tag is cut from. Also adds the pkg directory to .gitignore to prevent accidental committing of Forge artifacts to the repository. Change-Id: I5fc8f49a227db2a357c8748a24b44f2c9c58e89d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a98de2e4..d875d4b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ spec/fixtures/modules/* spec/fixtures/manifests/* *swp +pkg