From 731107a8650968ba304cf9d2b26074ea6fc263b0 Mon Sep 17 00:00:00 2001 From: LexManos Date: Sun, 14 Oct 2012 19:59:07 -0700 Subject: [PATCH] Fill out the .gitattributes to help with line endings how they should be. --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 176a458f9..a491dfba6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ -* text=auto +* text eol=lf +*.bat text eol=crlf +*.patch text +*.png binary +*.exe binary +*.zip binary \ No newline at end of file