From: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:53:41 +0000 (-0400) Subject: git ignore Lib/site-packages (GH-31862) X-Git-Tag: v3.11.0a7~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dcc396219d8978e8e9b2c8821c286f87f1f92b1;p=thirdparty%2FPython%2Fcpython.git git ignore Lib/site-packages (GH-31862) --- diff --git a/.gitignore b/.gitignore index 3c6adb4ab688..b3b22f471c27 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,8 @@ Doc/.env/ Include/pydtrace_probes.h Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle +Lib/site-packages/* +!Lib/site-packages/README.txt Lib/test/data/* !Lib/test/data/README /_bootstrap_python