summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-05-09 09:25:55 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-05-09 09:25:55 +1000
commit5aef9151e6514ea6c7bd9aefcd29018e37906281 (patch)
tree652caf78627d92f7692f2025e05a897d7bd95927 /lib
parent6db5e8d9d7ed4cbd47652a33123118fd8640c8f2 (diff)
downloadpuppet-5aef9151e6514ea6c7bd9aefcd29018e37906281.tar.gz
puppet-5aef9151e6514ea6c7bd9aefcd29018e37906281.tar.xz
puppet-5aef9151e6514ea6c7bd9aefcd29018e37906281.zip
Added .git to pluginsignore default list of ignores
Diffstat (limited to 'lib')
-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."]
)