From e5bb684c0ed97c419120fedc8791f70c36c649e8 Mon Sep 17 00:00:00 2001 From: LuisAntonRebollo Date: Sat, 6 Dec 2014 01:18:41 +0100 Subject: [PATCH] Update gitattributes with some text files for avoid EOF problems with Git. --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitattributes b/.gitattributes index ef2f9f887..57514d8f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,16 @@ # Set to always use Windows line endings *.cs text eol=crlf + +# Explicitly declare text files we want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text +*.cpp text +*.hpp text +*.ppm text +*.nsh text +*.nlf text +*.command +*.txt +*.ini