Skip to content

Commit 57991cd

Browse files
committed
Ignore the free-threaded Windows build output directories
PCbuild/python.props places free-threaded builds in win32t, amd64t, arm32t and arm64t, but only the GIL-enabled counterparts (win32, amd64, arm32, arm64) were listed in .gitignore, so a --disable-gil build leaves its output visible to git.
1 parent eef2349 commit 57991cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,14 @@ PCbuild/*-pgo
124124
PCbuild/*.VC.db
125125
PCbuild/*.VC.opendb
126126
PCbuild/amd64/
127+
PCbuild/amd64t/
127128
PCbuild/arm32/
129+
PCbuild/arm32t/
128130
PCbuild/arm64/
131+
PCbuild/arm64t/
129132
PCbuild/obj/
130133
PCbuild/win32/
134+
PCbuild/win32t/
131135
Tools/unicode/data/
132136
/autom4te.cache
133137
/build/

0 commit comments

Comments
 (0)