diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-03-14 18:53:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 18:53:41 (GMT) |
commit | 3dcc396219d8978e8e9b2c8821c286f87f1f92b1 (patch) | |
tree | fefb649d8c47a206022f4151b8ae6d58b75c21ec /.gitignore | |
parent | 29624e769c5c3c1e59c6acc8b69383ead53e8a9f (diff) | |
download | cpython-3dcc396219d8978e8e9b2c8821c286f87f1f92b1.zip cpython-3dcc396219d8978e8e9b2c8821c286f87f1f92b1.tar.gz cpython-3dcc396219d8978e8e9b2c8821c286f87f1f92b1.tar.bz2 |
git ignore Lib/site-packages (GH-31862)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |