From 3234ff88cb2396b07691c7fbf66b653ead9fc97c Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Sat, 11 Oct 2014 02:12:06 +0200 Subject: [PATCH] (doc) Added puppet strings generated files to gitignore Puppet strings, the new puppetdoc reloaded project, is a wrapper on yardoc. This commit only add doc and .yarddoc to gitignore file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 923be492..9a3df5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ spec/fixtures/modules/* spec/fixtures/manifests/site.pp Gemfile.lock .vendor +doc/ +.yardoc