What's the simplest .hgignore syntax to ignore a directory and all its contents?

Craig Ozancin c.ozancin at gmail.com
Thu Sep 16 21:15:31 UTC 2021


Sorry about the serial replies.

the last statement syhould have been:

syntax: glob
**/pub-src/


On Thu, Sep 16, 2021 at 3:13 PM Craig Ozancin <c.ozancin at gmail.com> wrote:

> It is really simple. If you have a single directory that you know the path
> to, add something line this to your .hgignore before any globbing / regex
> statements:
>
> work/tracefiles/
>
> If it is in an subdirectory somewhere and is a unique name, you can do
> something like this:''
>
> syntax: glob
>
> **/pub-src/**
>
> On Thu, Sep 16, 2021 at 3:09 PM Craig Ozancin <c.ozancin at gmail.com> wrote:
>
>> It is really simple. If you have a single directory that you know the
>> path to, add something line this to your .hgignore before any globbing /
>> regex statements:
>>
>> work/tracefiles/
>>
>> If it is in an subdirectory somewhere and is a unique name, you can do
>> something like this:''
>>
>>
>>
>> On Thu, Sep 16, 2021 at 12:46 PM Chris Green <cl at isbd.net> wrote:
>>
>>> As per the subject, if I want to ignore a directory and all its
>>> contents and sub-directories what is the easiest way to do this in
>>> .hgignore?
>>>
>>> I'm assuming there is only one directory with the name I want to
>>> ignore.
>>>
>>> --
>>> Chris Green
>>> _______________________________________________
>>> Mercurial mailing list
>>> Mercurial at mercurial-scm.org
>>> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20210916/66704af2/attachment-0002.html>


More information about the Mercurial mailing list