summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2022-03-14 18:53:41 (GMT)
committerGitHub <noreply@github.com>2022-03-14 18:53:41 (GMT)
commit3dcc396219d8978e8e9b2c8821c286f87f1f92b1 (patch)
treefefb649d8c47a206022f4151b8ae6d58b75c21ec /.gitignore
parent29624e769c5c3c1e59c6acc8b69383ead53e8a9f (diff)
downloadcpython-3dcc396219d8978e8e9b2c8821c286f87f1f92b1.zip
cpython-3dcc396219d8978e8e9b2c8821c286f87f1f92b1.tar.gz
cpython-3dcc396219d8978e8e9b2c8821c286f87f1f92b1.tar.bz2
git ignore Lib/site-packages (GH-31862)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3c6adb4..b3b22f4 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