summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/defaults.rb2
1 files changed, 1 insertions, 1 deletions
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."]
)