[Python-Dev] .hgignore including site-packages and scripts directories?

R. David Murray rdmurray at bitdance.com
Wed Mar 30 04:37:27 CEST 2011


On Wed, 30 Mar 2011 12:17:05 +1100, Mark Hammond <mhammond at skippinet.com.au> wrote:
> On 30/03/2011 12:09 PM, R. David Murray wrote:
> > The solution is to add such
> > directories and/or files to your personal ignore list See the 'ignore'
> > entry under 'ui' in the hgrc documentation.
> 
> Yeah - but I was wondering if it could be made more convenient by 
> default given the downside seems quite small...

I suppose I wouldn't care about site-packages.  Nothing except the
existing README should ever get checked in there, I think.  And I don't
seem to have a 'Scripts' directory, just Tools/scripts, which shouldn't
be ignored.  Is Scripts windows specific?  (I also have a build/scripts,
but build is ignored.)

--
R. David Murray           http://www.bitdance.com


More information about the Python-Dev mailing list