From 5aef9151e6514ea6c7bd9aefcd29018e37906281 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 9 May 2009 09:25:55 +1000 Subject: Added .git to pluginsignore default list of ignores --- lib/puppet/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index bcfa83371..538d31c96 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -560,7 +560,7 @@ module Puppet be used here."], :pluginsync => [false, "Whether plugins should be synced with the central server."], - :pluginsignore => [".svn CVS", + :pluginsignore => [".svn CVS .git", "What files to ignore when pulling down plugins."] ) -- cgit