summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-08-27 00:49:41 (GMT)
committerGitHub <noreply@github.com>2022-08-27 00:49:41 (GMT)
commit5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9 (patch)
treed0ef44366854d96a0b3a7d30ed530a471cda48f9 /.gitignore
parent43a6deadbb40bc93e0eaebb3c56c34f8a3502132 (diff)
downloadcpython-5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9.zip
cpython-5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9.tar.gz
cpython-5b070c0d40b0c7dd83b8c4eaa44812e9d2af14f9.tar.bz2
gh-95973: Add a new --with-dsymutil option to link debug information in macOS (GH-95974)
Automerge-Triggered-By: GH:pablogsal
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0ddfd71..924c136 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,10 +5,12 @@
*.cover
*.iml
*.o
+*.lto
*.a
*.so
*.so.*
*.dylib
+*.dSYM
*.dll
*.wasm
*.orig