diff options
author | Christian Heimes <christian@python.org> | 2021-11-26 13:29:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-26 13:29:46 (GMT) |
commit | d224e769b83a6a027bec8e21ee62db2b96d5af8e (patch) | |
tree | f3968c911cc9282cdb03cc5f08d260dcb11fe777 /.gitignore | |
parent | 253b7a0a9fef1d72a4cb87b837885576e68e917c (diff) | |
download | cpython-d224e769b83a6a027bec8e21ee62db2b96d5af8e.zip cpython-d224e769b83a6a027bec8e21ee62db2b96d5af8e.tar.gz cpython-d224e769b83a6a027bec8e21ee62db2b96d5af8e.tar.bz2 |
bpo-40280: clean and ignore .wasm files (GH-29794)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ *.so.* *.dylib *.dll +*.wasm *.orig *.pyc *.pyd |