From: Andrew Kuchling Date: Fri, 21 Jun 2013 11:44:50 +0000 (-0400) Subject: Closes #18247: add Lib/test/data/* to .gitignore X-Git-Tag: v3.4.0a1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e03e49c94f0ad14c3e0bc6329b03d91eff52b1b;p=python Closes #18247: add Lib/test/data/* to .gitignore --- diff --git a/.gitignore b/.gitignore index 1b7e7dce08..59d383265d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Doc/tools/jinja2/ Doc/tools/pygments/ Doc/tools/sphinx/ Lib/lib2to3/*.pickle +Lib/test/data/* Lib/_sysconfigdata.py Lib/plat-mac/errors.rsrc.df.rsrc Makefile