[Default] On Mon, 16 Dec 2013 23:55:20 +0100, Kees Nuyt <k.n...@zonnet.nl> 
wrote:

>[Default] On Mon, 16 Dec 2013 22:27:12 +0100, Gilles <gilles.gana...@free.fr> 
>wrote:
>
>>Hello
>>
>>I need to configure Fossil so that it ignores useless directories like
>>\obj and \bin.
>>
>>Google returned examples where the path was hard-coded, eg. "fossil
>>settings ignore-glob "*/*.suo,*/*/bin/*,*/*/obj/*"".
>>
>>http://stackoverflow.com/questions/4491447/fossilscm-ignoring-files-on-add
>>
>>But the above is tool-specific, as such directories can be found
>>anywhere depending on the language used.
>>
>>Is there a way to tell Fossil to simply ignore any directory of a
>>given name, regardless of where it lives within the tree?
>>
>>Thank you.
>
>It's a glob, so
>       fossil settings ignore-glob '*/bin/*,*/obj/*'
>should do the job.

Oh, and for selectively adding, 
        fossil add $( fossil extra )
is nice, given that fossil extra uses the
ignore-glob to restrict the list.

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

_______________________________________________
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