Skip to content

Commit

Permalink
Bug 1381576 - Use a Cargo workspace for rust crates. r=ted
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: K6B9SifddXu

--HG--
extra : source : bbae7807c164273f6bb123d680a4fc31202d7a61
extra : amend_source : 53505e25f63a8eb228e62a0a9f3bd3ed98950296
extra : histedit_source : 597464181d4b79f5ac1a511d23e2a05aefb266da%2C63b89f3699e0e9598c8355e7293f10795acc80e7
  • Loading branch information
mbrubeck committed Mar 1, 2018
1 parent c01458e commit be08cdc
Show file tree
Hide file tree
Showing 19 changed files with 517 additions and 3,405 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Expand Up @@ -104,9 +104,8 @@ mobile/android/gradle/.gradle
embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata

# Rust port of mozbase are libraries
testing/mozbase/rust/*/target
testing/mozbase/rust/*/Cargo.lock
# Rust/Cargo output from running `cargo` directly
^target/

# Ignore mozharness execution files
testing/mozharness/.tox/
Expand Down
5 changes: 2 additions & 3 deletions .hgignore
Expand Up @@ -111,9 +111,8 @@ GPATH
^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata

# Rust port of mozbase are Rust libraries
^testing/mozbase/rust/.*/target
^testing/mozbase/rust/.*/Cargo.lock
# Rust/Cargo output from running `cargo` directly
^target/

# Ignore mozharness execution files
^testing/mozharness/.tox/
Expand Down

0 comments on commit be08cdc

Please sign in to comment.