<div class="gmail_quote">On 6 March 2011 00:44, R. David Murray <span dir="ltr"><<a href="mailto:rdmurray@bitdance.com">rdmurray@bitdance.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Fri, 04 Mar 2011 13:01:02 -0800, Santoso Wijaya <<a href="mailto:santoso.wijaya@gmail.com">santoso.wijaya@gmail.com</a>> wrote:<br>
> As a mercurial user, I thank you for this effort! One question, where/how do<br>
> I send suggestion to what to add into .hgignore file? In particular, I found<br>
> these dynamically generated files after a build in Windows (3.2) that<br>
> probably should be entered as .hgignore entries:<br>
><br>
> ? PC/python_nt_d.h<br>
> ? PC/pythonnt_rc_d.h<br>
<br>
I, on the other hand, would like to see .rej and .orig removed from<br>
the ignore list. I don't like having these polluting my working<br>
directory, and 'hg status' is the easiest way to find them (if<br>
they aren't ignored).<br>
<br>
Or if there's some way to configure my personal .hgrc to ignore<br>
those particular ignore lines, that would be fine too :)</blockquote><div><br></div><div>If those were to be removed from .hgignore then there would be a high likelihood of someone doing "hg addremove" and inadvertently tracking them. The purpose of .hgignore is to prevent inadventently tracking files that shouldn't be tracked.</div>
<div><br></div><div>"hg status -i" will list all ignored files that are present in your working directory. For other options, "hg help status".</div><div><br></div><div>Tim Delaney</div></div>