http://hg.python.org/cpython/rev/68e1eec01113 changeset: 84235:68e1eec01113 user: Andrew Kuchling <amk at amk.ca> date: Fri Jun 21 07:44:50 2013 -0400 summary: Closes #18247: add Lib/test/data/* to .gitignore files: .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Doc/tools/pygments/ Doc/tools/sphinx/ Lib/lib2to3/*.pickle +Lib/test/data/* Lib/_sysconfigdata.py Lib/plat-mac/errors.rsrc.df.rsrc Makefile -- Repository URL: http://hg.python.org/cpython