summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 2182ac1..2118679 100644
--- a/.gitignore
+++ b/.gitignore
@@ -121,12 +121,10 @@ Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
-# TODO: Once we auto-regen frozem modules for Windows builds
-# we can drop the .h files from the repo and ignore them here.
-# At that point we will rely the frozen manifest file to identify
-# changed generated files. We'll drop the entry for it then.
-# See: Tools/scripts/freeze_modules.py.
-#Python/frozen_modules/*.h
+# The frozen modules are always generated at build time.
+Python/frozen_modules/*.h
+# The manifest can be generated at any time with "make regen-frozen".
+Python/frozen_modules/MANIFEST
# Two-trick pony for OSX and other case insensitive file systems:
# Ignore ./python binary on Unix but still look into ./Python/ directory.