add Makefile to exclude example

master
Joey Hess 2010-03-17 23:24:31 -04:00
parent 6cae23dbbe
commit 60b71996da
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ sub getsetup () {
exclude => { exclude => {
type => "string", type => "string",
default => undef, default => undef,
example => '^*\.private$', example => '^(*\.private|Makefile)$',
description => "regexp of files that should be skipped", description => "regexp of files that should be skipped",
advanced => 1, advanced => 1,
safe => 0, # regexp safe => 0, # regexp