diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-05-09 09:25:55 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-05-09 09:25:55 +1000 |
commit | 5aef9151e6514ea6c7bd9aefcd29018e37906281 (patch) | |
tree | 652caf78627d92f7692f2025e05a897d7bd95927 | |
parent | 6db5e8d9d7ed4cbd47652a33123118fd8640c8f2 (diff) | |
download | puppet-5aef9151e6514ea6c7bd9aefcd29018e37906281.tar.gz puppet-5aef9151e6514ea6c7bd9aefcd29018e37906281.tar.xz puppet-5aef9151e6514ea6c7bd9aefcd29018e37906281.zip |
Added .git to pluginsignore default list of ignores
-rw-r--r-- | lib/puppet/defaults.rb | 2 |
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."] ) |