summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-26 13:29:46 (GMT)
committerGitHub <noreply@github.com>2021-11-26 13:29:46 (GMT)
commitd224e769b83a6a027bec8e21ee62db2b96d5af8e (patch)
treef3968c911cc9282cdb03cc5f08d260dcb11fe777 /.gitignore
parent253b7a0a9fef1d72a4cb87b837885576e68e917c (diff)
downloadcpython-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0831c58..cfd3163 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.so.*
*.dylib
*.dll
+*.wasm
*.orig
*.pyc
*.pyd