From: Peter Olsson Date: Sat, 19 Jul 2014 07:40:53 +0000 (+0200) Subject: Force line endings to LF on common file types. X-Git-Tag: v1.4.8~10^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4df59b013c9afeda3a2b09cd311c365cfdaf9da3;p=thirdparty%2Ffreeswitch.git Force line endings to LF on common file types. This should help improve the autocrlf issue in Windows. --- diff --git a/.gitattributes b/.gitattributes index 06c92d07df..97baa70786 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,13 @@ # gitattributes +*.h text eol=lf +*.hxx text eol=lf +*.hpp text eol=lf +*.in text eol=lf +*.c text eol=lf +*.cxx text eol=lf +*.cpp text eol=lf +/libs/sofia-sip/libsofia-sip-ua/sip/sip_bad_mask text eol=lf +*.txt text eol=lf *.exe -diff binary executable windows dfsg-nonfree debian-ignore *.wav -diff binary sound *.gif -diff binary image