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

View file

@ -1,5 +0,0 @@
[target.arm-linux-androideabi]
ar = "arm-linux-androideabi-ar"
linker = "arm-linux-androideabi-g++"