On Wed, Oct 13, 2010 at 12:40 AM, Pierre GM <[email protected]> wrote:
>
> On Oct 12, 2010, at 5:38 PM, David Cournapeau wrote:
>
>> On Wed, Oct 13, 2010 at 12:31 AM, Pierre GM <[email protected]> wrote:
>>>
>>> git push
>>> The files created by setup.py develop are marked as not added but pollute 
>>> some of the reports (diff, eg).
>>
>> I am still not following - generated files should certainly not appear
>> in diff, unless you explicitly add them.
>
> My bad, git status

You can use git status -u no (which will not show the status of
untracked files). But part of the point of status is to see what files
are added and which ones aren't. In that regard, git works exactly the
same as any other VCS that I know.

cheers,

David
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to