From aeecb11130d55f6e4e6174ee4f3aa125c6e3084e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= <martin.sjolund@liu.se>
Date: Mon, 19 Feb 2018 22:36:39 +0100
Subject: [PATCH] Add gitattributes for binary files

---
 .gitattributes | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 622b3cde2e..e88c771000 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
-# Auto-detect text files, ensure they use LF.
-* text=auto eol=lf
+*.dll binary
+*.exe binary
+*.a binary
-- 
GitLab