From b30760acc3a8f6dfa55b1467ef042fb1d9615d75 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 31 Aug 2017 12:11:53 +0200 Subject: [PATCH] Add .gitattributes to account for different line endings between systems --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6a7a23e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text + +*.png binary +*.jpg binary +*.gif binary +*.tga binary +*.bmp binary +*.zip binary