projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cae23d
)
add Makefile to exclude example
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 18 Mar 2010 03:24:31 +0000
(23:24 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 18 Mar 2010 03:24:31 +0000
(23:24 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index a782e463ad83ac4daeece00a04fa023dc8fdbd81..a618836cf904e05aff5217b870b67b18fdd70dc8 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-346,7
+346,7
@@
sub getsetup () {
exclude => {
type => "string",
default => undef,
- example => '^
*\.private
$',
+ example => '^
(*\.private|Makefile)
$',
description => "regexp of files that should be skipped",
advanced => 1,
safe => 0, # regexp