<div class="gmail_quote">On 6 March 2011 00:44, R. David Murray <span dir="ltr">&lt;<a href="mailto:rdmurray@bitdance.com">rdmurray@bitdance.com</a>&gt;</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 &lt;<a href="mailto:santoso.wijaya@gmail.com">santoso.wijaya@gmail.com</a>&gt; wrote:<br>
&gt; As a mercurial user, I thank you for this effort! One question, where/how do<br>
&gt; I send suggestion to what to add into .hgignore file? In particular, I found<br>
&gt; these dynamically generated files after a build in Windows (3.2) that<br>
&gt; probably should be entered as .hgignore entries:<br>
&gt;<br>
&gt; ? PC/python_nt_d.h<br>
&gt; ? 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&#39;t like having these polluting my working<br>
directory, and &#39;hg status&#39; is the easiest way to find them (if<br>
they aren&#39;t ignored).<br>
<br>
Or if there&#39;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 &quot;hg addremove&quot; and inadvertently tracking them. The purpose of .hgignore is to prevent inadventently tracking files that shouldn&#39;t be tracked.</div>
<div><br></div><div>&quot;hg status  -i&quot; will list all ignored files that are present in your working directory. For other options, &quot;hg help status&quot;.</div><div><br></div><div>Tim Delaney</div></div>