add Makefile to exclude example
parent
6cae23dbbe
commit
60b71996da
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue