diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-11-23 10:43:40 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-23 10:43:40 +0000 |
commit | 172f41f6de288814fbd013f3465e658c562b10b1 (patch) | |
tree | bdd005b944706c157d9c743b165960d847a99ecf | |
parent | 9b01c9779ef682af0874efc062d9fb2e91676c23 (diff) |
removed
-rw-r--r-- | doc/forum/Need_something_more_powerful_than_Exclude/comment_1_b454ead16d90479690ad8ee72cfd1428._comment | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/forum/Need_something_more_powerful_than_Exclude/comment_1_b454ead16d90479690ad8ee72cfd1428._comment b/doc/forum/Need_something_more_powerful_than_Exclude/comment_1_b454ead16d90479690ad8ee72cfd1428._comment deleted file mode 100644 index 6e29f0c19..000000000 --- a/doc/forum/Need_something_more_powerful_than_Exclude/comment_1_b454ead16d90479690ad8ee72cfd1428._comment +++ /dev/null @@ -1,12 +0,0 @@ -[[!comment format=mdwn - username="http://smcv.pseudorandom.co.uk/" - nickname="smcv" - subject="expression anchored too closely?" - date="2010-11-23T10:43:08Z" - content=""" -It looks as though you might only be excluding a top-level Makefile, and not a Makefile in subdirectories. Try excluding `(^|/)Makefile$` instead, for instance? (See `wiki_file_prune_regexps` in `IkiWiki.pm` for hints.) - -The match operation in `&file_pruned` ends up a bit like this: - - \"foo/Makefile\" =~ m{…||…|(^|/)Makefile$} -"""]] |