From 21f4c6d58a36076324d0fddeac13a24ac876e0cd Mon Sep 17 00:00:00 2001 From: Lance Chen Date: Mon, 7 Apr 2014 04:03:59 +0800 Subject: [PATCH] Make only files under text/fixtures treated as binary Signed-off-by: Lance Chen --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 271d8ab..5f07700 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # To avoid corrupting fixtures -* binary \ No newline at end of file +test/fixtures/ binary