On Mon, Dec 22, 2014 at 8:22 AM, Maniteja Nandana < [email protected]> wrote: > > I have tried to solve Issue #5354 in a branch. Now if I try to compare my > branch with numpy master, there were some auto generated files in my branch. >
no time to take a look right now -- but you don't want to add any auto-generated files to git. If you don't do anything they won't be added. But make sure you only do "git add" for files you really want to add to the repo. Key is: never do "git add *" without thinking very carefully. -CHB > I have created a pull request #5385 for this, please do suggest if there > needs to be any changes in the pull request and the branch, since this is > my first try at a pull request. > > Regards, > Maniteja. > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected]
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
