diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2024-03-07 04:24:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 04:24:52 (GMT) |
commit | b33980a2e3f195c63e3aadeeebd8e50eb41ad70c (patch) | |
tree | 09e24a9917954a4517c7b1ed61e539bbd9a92056 /.gitignore | |
parent | bc708c76d2b3ad7bbfd6577a4444e1e47db60fd6 (diff) | |
download | cpython-b33980a2e3f195c63e3aadeeebd8e50eb41ad70c.zip cpython-b33980a2e3f195c63e3aadeeebd8e50eb41ad70c.tar.gz cpython-b33980a2e3f195c63e3aadeeebd8e50eb41ad70c.tar.bz2 |
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -69,7 +69,17 @@ Lib/test/data/* /_bootstrap_python /Makefile /Makefile.pre +iOSTestbed.* +iOS/Frameworks/ iOS/Resources/Info.plist +iOS/testbed/build +iOS/testbed/Python.xcframework/ios-*/bin +iOS/testbed/Python.xcframework/ios-*/include +iOS/testbed/Python.xcframework/ios-*/lib +iOS/testbed/Python.xcframework/ios-*/Python.framework +iOS/testbed/iOSTestbed.xcodeproj/project.xcworkspace +iOS/testbed/iOSTestbed.xcodeproj/xcuserdata +iOS/testbed/iOSTestbed.xcodeproj/xcshareddata Mac/Makefile Mac/PythonLauncher/Info.plist Mac/PythonLauncher/Makefile |