aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2014-11-25 14:59:58 +0000
committerSimon Sapin <simon.sapin@exyr.org>2014-11-25 15:04:01 +0000
commit99e83583056e2f0a4ae524a6f29d468f9644c6a6 (patch)
tree727ba9b397422aeb203018be2a43258d2924c32c /.cargo
parent10f8fe00677c756bd69adcf90b96a7e36bae8f56 (diff)
downloadservo-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/config5
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++"
-
-