Add .cargo/config to .gitignore, move content to ports/android

This allows using .cargo/config at the root of the repository
for local path override, without risk of accidentally committing it.
This commit is contained in:
Simon Sapin 2014-11-25 14:59:58 +00:00
parent 10f8fe0067
commit 99e8358305
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

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