summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-01 13:46:38 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-11-08 07:32:05 -0800
commit31a8638e5e716bec90f4398a57c58fb34e492667 (patch)
treee28494dd51e9b8eae67d32678d14de907d17b75c /.gitattributes
parent319f46fba306f9e3dbe09e48044f941e74406ed6 (diff)
downloadrust-31a8638e5e716bec90f4398a57c58fb34e492667.tar.gz
rustbuild: Tweak for vendored dependencies
A few changes are included here: * The `winapi` and `url` dependencies were dropped. The source code for these projects is pretty weighty, and we're about to vendor them, so let's not commit to that intake just yet. If necessary we can vendor them later but for now it shouldn't be necessary. * The `--frozen` flag is now always passed to Cargo, obviating the need for tidy's `cargo_lock` check. * Tidy was updated to not check the vendor directory Closes #34687
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0319b4d2f2a..1d4c6252f2c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,3 +7,4 @@
src/etc/pkg/rust-logo.ico binary
src/etc/pkg/rust-logo.png binary
*.woff binary
+src/vendor/* binary