From 2b2c62bc5b92163d53722f1d5dcda3b2496b78b5 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 10 Feb 2017 11:27:34 -0500 Subject: [PATCH] fix gitattributes for vendor --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e2d04142766..e737c7946ef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,4 @@ *.rs rust src/etc/installer/gfx/* binary *.woff binary -src/vendor/* binary +src/vendor/** -text