Skip to content

Commit

Permalink
servo: Merge #4099 - Add .cargo/config to .gitignore, move content to…
Browse files Browse the repository at this point in the history
… ports/android (from SimonSapin:cargo-config); r=mbrubeck

This allows using `.cargo/config` at the root of the repository for local path override, without risk of accidentally committing it.

However I don’t have the environment to test the Android build. Would this break it?

Source-Repo: https://github.com/servo/servo
Source-Revision: b5d6864de1000d6d54c2d5ebfd90ea9f6a596c54

--HG--
rename : servo/.cargo/config => servo/ports/android/.cargo/config
  • Loading branch information
SimonSapin committed Nov 25, 2014
1 parent e6a195d commit 8a29e80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.cargo/config
/target
/rust
/cargo
Expand Down
File renamed without changes.

0 comments on commit 8a29e80

Please sign in to comment.