From e75668557e50e2a4cfa98115ef01896678ed8471 Mon Sep 17 00:00:00 2001 From: Fred Beckhusen Date: Sun, 21 Jan 2018 20:01:53 -0600 Subject: [PATCH] treat some files as binary --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f0cfa22 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.blend -diff +*.dae -diff +*.bvh -diff