From 574476f9c535a5acc25ae10287406320275af7e6 Mon Sep 17 00:00:00 2001 From: Steve O'Hara Date: Thu, 23 Aug 2018 12:06:22 +0100 Subject: [PATCH] Rationalise all the line endings --- .gitattributes | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index e1fec819..e0a9a904 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,16 @@ -text=auto +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. *.java text -*.txt text *.md text -*.MF text -*.xml text \ No newline at end of file +*.txt text +*.xml text +*.properties text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.exe binary +**/modbus/native/** binary