Kaydet (Commit) 2b183b87 authored tarafından Victor Stinner's avatar Victor Stinner Kaydeden (comit) GitHub

Update .gitignore (#1435)

Ignore more generated files and test data downloaded by tests.
üst f6a31339
...@@ -21,6 +21,7 @@ Doc/tools/jinja2/ ...@@ -21,6 +21,7 @@ Doc/tools/jinja2/
Doc/tools/pygments/ Doc/tools/pygments/
Doc/tools/sphinx/ Doc/tools/sphinx/
Lib/lib2to3/*.pickle Lib/lib2to3/*.pickle
Lib/test/data/*
Makefile Makefile
Makefile.pre Makefile.pre
Misc/python.pc Misc/python.pc
...@@ -51,6 +52,7 @@ libpython*.a ...@@ -51,6 +52,7 @@ libpython*.a
libpython*.so* libpython*.so*
libpython*.dylib libpython*.dylib
libpython*.dll libpython*.dll
platform
pybuilddir.txt pybuilddir.txt
pyconfig.h pyconfig.h
python$ python$
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment