From 380b10ab8df9da1438aa18172bec38035f455b4d Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 19 Oct 2015 19:32:27 -0700 Subject: [PATCH] Fixing a bug in the gitattributes file --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5a6cc5e815..bf357796a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,7 +19,7 @@ *.png binary *.jpg binary *.wav binary -*.fbx text -*.dds text -*.svg text -*.ttf text +*.fbx binary +*.dds binary +*.svg binary +*.ttf binary