File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,6 @@ components/**/ios/Generated
3535# We don't car about Cargo.lock for our tests.
3636testing /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.
Original file line number Diff line number Diff line change 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.
215Cargo.lock
316target
You can’t perform that action at this time.
0 commit comments