diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2022-06-23 21:52:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 21:52:43 (GMT) |
commit | 8e6eccabe8156d77d60ba532e60156bcd3592df1 (patch) | |
tree | 7ed2ff8e7cff603a7d36423d7af80b28ea1aaeae /.gitignore | |
parent | 28a2ccfff279867b87aa31f56bfc97cf3d6b3afe (diff) | |
download | cpython-8e6eccabe8156d77d60ba532e60156bcd3592df1.zip cpython-8e6eccabe8156d77d60ba532e60156bcd3592df1.tar.gz cpython-8e6eccabe8156d77d60ba532e60156bcd3592df1.tar.bz2 |
Add ABI dump script (#94135)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,3 +150,6 @@ Python/frozen_modules/MANIFEST # Ignore ./python binary on Unix but still look into ./Python/ directory. /python !/Python/ + +# main branch only: ABI files are not checked/maintained +Doc/data/python*.abi |