[issue18247] Add Lib/test/data/ to .gitignore

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 68e1eec01113 by Andrew Kuchling in branch 'default': Closes #18247: add Lib/test/data/* to .gitignore http://hg.python.org/cpython/rev/68e1eec01113 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> clos

[issue18247] Add Lib/test/data/ to .gitignore

2013-06-17 Thread py.user
New submission from py.user: have a git repository: http://docs.python.org/devguide/faq.html#i-already-know-how-to-use-git-can-i-use-that-instead git clone git://github.com/akheron/cpython after running tests by "make test" they created some files in "Lib/test/data/" [guest@localhost cpython]$