From 46634c16569883107222171d7f719b84a0181797 Mon Sep 17 00:00:00 2001 From: pavel Date: Sun, 23 Nov 2014 02:23:36 +0200 Subject: [PATCH] Fix gitattributes for --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 96185d5..0e3f4ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,10 @@ *.sln eol=crlf *.vcproj eol=crlf *.vcxproj* eol=crlf +*.cmd eol=crlf +*.bat eol=crlf *.txt eol=crlf *.c eol=lf *.h eol=lf +Makefile eol=auto +*.mak eol=auto -- 2.25.1