]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29410)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Nov 2021 19:31:39 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 19:31:39 +0000 (20:31 +0100)
(cherry picked from commit 3167df16212e27f8aac1e5f39c0644a97b593406)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
.gitignore
Mac/Resources/framework/Info.plist.in

index a96be67962217e0f45112ec58d450497aa265327..d0b608892a87c96815cee808f3cb17f9e23e2551 100644 (file)
@@ -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
index 0dc2e17156f186377aaee09a87008c469ef9ff9c..863b45238fe4d58ac50a49c8ac9b07e81cde7d5a 100644 (file)
@@ -17,9 +17,9 @@
        <key>CFBundlePackageType</key>
        <string>FMWK</string>
        <key>CFBundleShortVersionString</key>
-       <string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
+       <string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
        <key>CFBundleLongVersionString</key>
-       <string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
+       <string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>