To facilitate the development of Dashboard plug-in modules, added a line to .gitignore to ignore any directories of the form vendor/plugins/puppet_*.
Paired-with: Nick Lewis <[email protected]> Signed-off-by: Paul Berry <[email protected]> --- Local-branch: maint/next/ignore_plugins .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a30113b..efce088 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ tags tmp/* results/* certs +vendor/plugins/puppet_* -- 1.7.2 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
