https://github.com/python/cpython/commit/e1b80e6131a4bf31e66693e2ec27f014721da04b commit: e1b80e6131a4bf31e66693e2ec27f014721da04b branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: StanFromIreland <[email protected]> date: 2026-07-25T14:56:31Z summary:
[3.15] Add the free-threaded Windows build output dirs to `.gitignore` (GH-154641) (#154694) (cherry picked from commit 587d0d11a630a893baca945383de71b07fbc854f) Co-authored-by: Jason G <[email protected]> files: M .gitignore diff --git a/.gitignore b/.gitignore index 78b6d4efb0e109..5da335ecd3ae2b 100644 --- a/.gitignore +++ b/.gitignore @@ -124,10 +124,14 @@ PCbuild/*-pgo PCbuild/*.VC.db PCbuild/*.VC.opendb PCbuild/amd64/ +PCbuild/amd64t/ PCbuild/arm32/ +PCbuild/arm32t/ PCbuild/arm64/ +PCbuild/arm64t/ PCbuild/obj/ PCbuild/win32/ +PCbuild/win32t/ Tools/unicode/data/ /autom4te.cache /build/ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
