From 5e03e49c94f0ad14c3e0bc6329b03d91eff52b1b Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Fri, 21 Jun 2013 07:44:50 -0400 Subject: Closes #18247: add Lib/test/data/* to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited 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 -- cgit v1.2.1