summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-11-04 19:09:46 (GMT)
committerGitHub <noreply@github.com>2021-11-04 19:09:46 (GMT)
commit3167df16212e27f8aac1e5f39c0644a97b593406 (patch)
tree98768cdeb88c66188515c87a21b50466f4b448f6 /.gitignore
parentfd0c84dc28d00d68e4f43034dc41786a682390fd (diff)
downloadcpython-3167df16212e27f8aac1e5f39c0644a97b593406.zip
cpython-3167df16212e27f8aac1e5f39c0644a97b593406.tar.gz
cpython-3167df16212e27f8aac1e5f39c0644a97b593406.tar.bz2
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b2ad766..98a3d58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,15 @@ Lib/test/data/*
!Lib/test/data/README
/Makefile
/Makefile.pre
+Mac/Makefile
+Mac/PythonLauncher/Info.plist
+Mac/PythonLauncher/Makefile
+Mac/PythonLauncher/Python Launcher
+Mac/PythonLauncher/Python Launcher.app/*
+Mac/Resources/app/Info.plist
+Mac/Resources/framework/Info.plist
+Mac/pythonw
+/*.framework/
Misc/python.pc
Misc/python-embed.pc
Misc/python-config.sh