Update .gitignore (#1435)

Ignore more generated files and test data downloaded by tests.
This commit is contained in:
Victor Stinner 2017-05-03 17:27:17 +02:00 committed by GitHub
parent f6a3133972
commit 2b183b87d2
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -21,6 +21,7 @@ Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Lib/test/data/*
Makefile
Makefile.pre
Misc/python.pc
@ -51,6 +52,7 @@ libpython*.a
libpython*.so*
libpython*.dylib
libpython*.dll
platform
pybuilddir.txt
pyconfig.h
python$