diff options
author | Christian Heimes <christian@python.org> | 2022-03-07 12:36:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 12:36:47 (GMT) |
commit | ca9689f8dac01d27e041e1dbbdae146746d48ab3 (patch) | |
tree | c6dcb89cc77ea1faf55abf4d664349669808eb31 /.gitignore | |
parent | 3b3be05a164da43f201e35b6dafbc840993a4d18 (diff) | |
download | cpython-ca9689f8dac01d27e041e1dbbdae146746d48ab3.zip cpython-ca9689f8dac01d27e041e1dbbdae146746d48ab3.tar.gz cpython-ca9689f8dac01d27e041e1dbbdae146746d48ab3.tar.bz2 |
bpo-46933: Make pwd module optional (GH-31700)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ Mac/pythonw Misc/python.pc Misc/python-embed.pc Misc/python-config.sh +Modules/Setup.bootstrap Modules/Setup.config Modules/Setup.local Modules/Setup.stdlib |