On 2016-04-27 06:23, thierry.bruy...@saluc.com wrote:
> Hello,
> 
> What is the good practice .hgignore for tryton dev ?
> 
> Only : 
> 
> syntax: glob 
> 
> *.pyc
> 
> Or more ?
> 
> What do you use?

I use a global ignore in ~/.hgrc:

    [ui]
    ignore = ~/.hgignore

With this content for ~/.hgignore:

    syntax: glob

    *.py{c,o}
    dist/
    build/
    _build/
    *.egg-info/
    .eggs/
    .coverage
    *,cover
    node_modules/
    bower_components/
    .tox/
    .git/

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20160427135416.GB3191%40tetsuo.

Reply via email to