On Wed, Sep 28, 2011 at 7:09 PM, Erlis Vidal <er...@erlisvidal.com> wrote:

> Do fossil has a syntax to exclude all files in certain folder? Example:
> exclude all files in the

folder bin/ This option has the scenario when I want any bin/ folder to be
> excluded, or a specific folder /dev/project/files-to-be-excluded-from-repo/
> is there something for this? I'm pretty sure there is by my fossil-ignorance
> at this point prevent me to find the answer
>


"fossil help set" reveals:

ignore-glob      The VALUE is a comma-separated list of GLOB patterns
                    specifying files that the "extra" command will ignore.
                    Example:  *.o,*.obj,*.exe

But from the wording it sounds like only the "fossil extra" command is
affected. AFAIK fossil has no mechanism for ignoring (A) whole directories
or (B) globs for add/commit purposes. i might be wrong, however (i've never
needed an ignore, so i haven't ever tried this setting). You can try playing
with ignore-glob - it might have other uses not mentioned in that help text.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
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