On 18 April 2017 at 18:04, Ross Berteig <r...@cheshireeng.com> wrote:
>
> No, the wild cards in the glob can match any part of the path. You can
> ignore "*/_build/*" and that will ignore any folder named _build and all
> its descendants anywhere in the tree except at the root of the workspace.


But if I want to *not* do it everywhere (because somewhere else I need the
_build directory), but only in my particular sub-tree, then I need to
specify "foo/bar/_build/*" and then if I rename foo to blah I have to
remember to edit my ignore-glob.

They serve different use cases, and both forms are useful.

../Dave
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to