Skip to content

Commit 39856d1

Browse files
committed
Updates to CODEOWNERS, gitignore and clean targets.
1 parent 68d671b commit 39856d1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Lib/test/test_android.py @mhsmith @freakboy3742
149149
# iOS
150150
Doc/using/ios.rst @freakboy3742
151151
Lib/_ios_support.py @freakboy3742
152-
iOS/ @freakboy3742
152+
Apple/ @freakboy3742
153153

154154
# macOS
155155
Mac/ @python/macos-team

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Lib/test/data/*
7474
Apple/iOS/Frameworks/
7575
Apple/iOS/Resources/Info.plist
7676
Apple/testbed/build
77-
Apple/testbed/Python.xcframework/*-*/bin
78-
Apple/testbed/Python.xcframework/*-*/include
79-
Apple/testbed/Python.xcframework/*-*/lib
80-
Apple/testbed/Python.xcframework/*-*/Python.framework
77+
Apple/testbed/Python.xcframework/*/bin
78+
Apple/testbed/Python.xcframework/*/include
79+
Apple/testbed/Python.xcframework/*/lib
80+
Apple/testbed/Python.xcframework/*/Python.framework
8181
Apple/testbed/*Testbed.xcodeproj/project.xcworkspace
8282
Apple/testbed/*Testbed.xcodeproj/xcuserdata
8383
Mac/Makefile

Makefile.pre.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3218,10 +3218,10 @@ clean-retain-profile: pycremoval
32183218
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
32193219
-rm -f Include/pydtrace_probes.h
32203220
-rm -f profile-gen-stamp
3221-
-rm -rf iOS/testbed/Python.xcframework/ios-*/bin
3222-
-rm -rf iOS/testbed/Python.xcframework/ios-*/lib
3223-
-rm -rf iOS/testbed/Python.xcframework/ios-*/include
3224-
-rm -rf iOS/testbed/Python.xcframework/ios-*/Python.framework
3221+
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/bin
3222+
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/lib
3223+
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/include
3224+
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/Python.framework
32253225

32263226
.PHONY: profile-removal
32273227
profile-removal:

0 commit comments

Comments
 (0)