diff options
| 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) |
| commit | ccb0e6a3452335a4c3e2433934c3c0c5622a34cd (patch) | |
| tree | 098c03a2b25f4012273808c12ab4f0898c0e4e04 /.gitignore | |
| parent | 32d14b262d6d914f63485f8d6e7859df58cd2089 (diff) | |
| download | cpython-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-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
