summaryrefslogtreecommitdiff
path: root/doc/recentchanges/change_9b01c9779ef682af0874efc062d9fb2e91676c23._change
blob: db8fdff3e47eb4e69b5f56f2d1eff116f4e7e407 (plain)
  1. [[!meta author="""http://smcv.pseudorandom.co.uk/"""]]
  2. [[!meta authorurl="""http://smcv.pseudorandom.co.uk/"""]]
  3. [[!meta title="""change to forum/Need_something_more_powerful_than_Exclude/comment_2_0019cd6b34c8d8678b2532de57a92d15 on ikiwiki"""]]
  4. [[!meta permalink="http://ikiwiki.info/recentchanges/#change-9b01c9779ef682af0874efc062d9fb2e91676c23"]]
  5. <div id="change-9b01c9779ef682af0874efc062d9fb2e91676c23" class="metadata">
  6. <span class="desc"><br />Changed pages:</span>
  7. <span class="pagelinks">
  8. <a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/forum/Need_something_more_powerful_than_Exclude/comment_2_0019cd6b34c8d8678b2532de57a92d15._comment;h=7842caeac04f2e150792cc51e17f414ad40c3df5;hp=0000000000000000000000000000000000000000;hb=9b01c9779ef682af0874efc062d9fb2e91676c23;hpb=efba19b3379b0b4e4199ece869c71f80be3a82d1" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=forum%2FNeed_something_more_powerful_than_Exclude%2Fcomment_2_0019cd6b34c8d8678b2532de57a92d15&amp;do=goto" rel="nofollow">forum/Need something more powerful than Exclude/comment 2 0019cd6b34c8d8678b2532de57a92d15</a>
  9. </span>
  10. <span class="desc"><br />Changed by:</span>
  11. <span class="committer">
  12. <a href="http://smcv.pseudorandom.co.uk/" rel="nofollow">smcv</a>
  13. </span>
  14. <span class="desc"><br />Commit type:</span>
  15. <span class="committype">web</span>
  16. <span class="desc"><br />Date:</span>
  17. <span class="changedate"><span class="relativedate" title="Tue, 23 Nov 2010 10:43:21 +0000">10:43:21 11/23/10</span></span>
  18. <span class="desc"><br /></span>
  19. </div>
  20. <span class="revert">
  21. <a href="http://ikiwiki.info/ikiwiki.cgi?rev=9b01c9779ef682af0874efc062d9fb2e91676c23&amp;do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
  22. </span>
  23. <div class="changelog">
  24. Added a comment: expression anchored too closely?<br />
  25. </div>
  26. <div class="diff">
  27. <pre>
  28. diff --git a/doc/forum/Need_something_more_powerful_than_Exclude/comment_2_0019cd6b34c8d8678b2532de57a92d15._comment b/doc/forum/Need_something_more_powerful_than_Exclude/comment_2_0019cd6b34c8d8678b2532de57a92d15._comment
  29. new file mode 100644
  30. index 0000000..7842cae
  31. --- /dev/null
  32. +++ b/doc/forum/Need_something_more_powerful_than_Exclude/comment_2_0019cd6b34c8d8678b2532de57a92d15._comment
  33. @@ -0,0 +1,12 @@
  34. +&#91;&#91;!comment format=mdwn
  35. + username=&quot;http://smcv.pseudorandom.co.uk/&quot;
  36. + nickname=&quot;smcv&quot;
  37. + subject=&quot;expression anchored too closely?&quot;
  38. + date=&quot;2010-11-23T10:43:21Z&quot;
  39. + content=&quot;&quot;&quot;
  40. +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.)
  41. +
  42. +The match operation in `&amp;file_pruned` ends up a bit like this:
  43. +
  44. + \&quot;foo/Makefile\&quot; =~ m{&hellip;|&hellip;|&hellip;|(^|/)Makefile$}
  45. +&quot;&quot;&quot;&#93;&#93;
  46. </pre>
  47. </div>
  48. <!-- 9b01c9779ef682af0874efc062d9fb2e91676c23 -->