summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-11-15 17:26:38 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-11-15 17:43:00 (GMT)
commitccb0e6a3452335a4c3e2433934c3c0c5622a34cd (patch)
tree098c03a2b25f4012273808c12ab4f0898c0e4e04 /.gitignore
parent32d14b262d6d914f63485f8d6e7859df58cd2089 (diff)
downloadcpython-3.9.9.zip
cpython-3.9.9.tar.gz
cpython-3.9.9.tar.bz2
Python 3.9.9v3.9.9
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d0b6088..8641524 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,3 +134,7 @@ Tools/ssl/win32
# Ignore ./python binary on Unix but still look into ./Python/ directory.
/python
!/Python/
+
+# Artifacts generated by 3.11 lying around when switching branches:
+/Programs/_freeze_module
+/Python/frozen_modules/ \ No newline at end of file