mirror of https://github.com/python/cpython
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)
This commit is contained in:
parent
fd0c84dc28
commit
3167df1621
|
@ -61,6 +61,15 @@ Lib/test/data/*
|
||||||
!Lib/test/data/README
|
!Lib/test/data/README
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.pre
|
/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.pc
|
||||||
Misc/python-embed.pc
|
Misc/python-embed.pc
|
||||||
Misc/python-config.sh
|
Misc/python-config.sh
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
|
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
|
||||||
<key>CFBundleLongVersionString</key>
|
<key>CFBundleLongVersionString</key>
|
||||||
<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
|
<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|
Loading…
Reference in New Issue