auto merge of #4099 : SimonSapin/servo/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?
This commit is contained in:
bors-servo 2014-11-25 10:01:32 -07:00
commit b5d6864de1
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.cargo/config
/target
/rust
/cargo