]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)
authorŁukasz Langa <lukasz@langa.pl>
Thu, 4 Nov 2021 19:09:46 +0000 (20:09 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 19:09:46 +0000 (20:09 +0100)
.gitignore
Mac/Resources/framework/Info.plist.in

index b2ad76689f12bf3f2e5273a6e7ad70e6da0588ec..98a3d58dcd1720cea973e743e6ddd2456bdd26a9 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>