We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db714b commit 5533204Copy full SHA for 5533204
.gitignore
@@ -121,9 +121,10 @@ Tools/msi/obj
121
Tools/ssl/amd64
122
Tools/ssl/win32
123
124
-# Python/frozen_modules/MANIFEST is enough to tell if the generated
125
-# files have changed. See Tools/scripts/freeze_modules.py.
+# The frozen modules are always generated at build time.
126
Python/frozen_modules/*.h
+# The manifest can be generated at any time with "make regen-frozen".
127
+Python/frozen_modules/MANIFEST
128
129
# Two-trick pony for OSX and other case insensitive file systems:
130
# Ignore ./python binary on Unix but still look into ./Python/ directory.
Python/frozen_modules/MANIFEST
0 commit comments