From ee80f1c7d600d42b3b7a2b5a8534866dee3db86b Mon Sep 17 00:00:00 2001 From: Cody Herriges Date: Mon, 24 Jun 2013 21:34:52 -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: Iada3bcfd9e685fcc9c54891244514a3303531114 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6e632ba7..aa4ebcf4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ spec/fixtures/modules/stdlib spec/fixtures/modules/xinetd spec/fixtures/modules/* spec/fixtures/manifests/site.pp +pkg