[Python-checkins] git ignore Lib/site-packages (GH-31862)

gvanrossum webhook-mailer at python.org
Mon Mar 14 14:53:51 EDT 2022


https://github.com/python/cpython/commit/3dcc396219d8978e8e9b2c8821c286f87f1f92b1
commit: 3dcc396219d8978e8e9b2c8821c286f87f1f92b1
branch: main
author: Dennis Sweeney <36520290+sweeneyde at users.noreply.github.com>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2022-03-14T11:53:41-07:00
summary:

git ignore Lib/site-packages (GH-31862)

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 3c6adb4ab688c..b3b22f471c276 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



More information about the Python-checkins mailing list