El 27/04/16 a les 15:54, Cédric Krier ha escrit:
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
Same here.

And this is my content:

syntax: glob *.pyc *.orig *.jasper node_modules build/ dist/ *.egg-info/ *.egg/ *.eggs/ .review.cfg .tox/ bower_components/ *.rej


--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
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/5720C6FA.6090406%40koolpi.com.

Reply via email to