diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-11-25 14:59:58 +0000 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-11-25 15:04:01 +0000 |
commit | 99e83583056e2f0a4ae524a6f29d468f9644c6a6 (patch) | |
tree | 727ba9b397422aeb203018be2a43258d2924c32c /.cargo | |
parent | 10f8fe00677c756bd69adcf90b96a7e36bae8f56 (diff) | |
download | servo-99e83583056e2f0a4ae524a6f29d468f9644c6a6.tar.gz servo-99e83583056e2f0a4ae524a6f29d468f9644c6a6.zip |
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.
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index c441f661b36..00000000000 --- a/.cargo/config +++ /dev/null @@ -1,5 +0,0 @@ -[target.arm-linux-androideabi] -ar = "arm-linux-androideabi-ar" -linker = "arm-linux-androideabi-g++" - - |