Skip to content

Commit f7cdd27

Browse files
authored
Move ios megazord .gitignore entries (#6945)
That dir already has its own .gitignore for the monorepo, which also wants the entries.
1 parent f30cd49 commit f7cdd27

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.gitignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ components/**/ios/Generated
3535
# We don't car about Cargo.lock for our tests.
3636
testing/sync-test/Cargo.lock
3737

38-
# iOS Building & XCFramework artifacts
39-
megazords/ios-rust/MozillaRustComponents.xcframework*
40-
megazords/ios-rust/focus/FocusRustComponents.xcframework*
41-
megazords/ios-rust/include*
42-
megazords/ios-rust/.build*
43-
megazords/ios-rust/sources/MozillaRustComponentsWrapper/generated*
44-
megazords/ios-rust/.swiftpm
45-
46-
# Glean generated artifacts
47-
megazords/ios-rust/.venv
48-
4938
# Carthage generated artifacts
5039
# We no longer use Carthage, but those
5140
# artifacts may still live in local envirionments.

megazords/ios-rust/.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
# May be built outside of a workspace, leaving extra junk behind.
1+
# This is all ugly and should be fixed.
2+
3+
# iOS Building & XCFramework artifacts
4+
MozillaRustComponents.xcframework*
5+
focus/FocusRustComponents.xcframework*
6+
include*
7+
.build*
8+
sources/MozillaRustComponentsWrapper/generated*
9+
.swiftpm
10+
11+
# Glean generated artifacts
12+
.venv
13+
14+
# When built in the monorepo we may get these.
215
Cargo.lock
316
target

0 commit comments

Comments
 (0)