From 4df59b013c9afeda3a2b09cd311c365cfdaf9da3 Mon Sep 17 00:00:00 2001 From: Peter Olsson Date: Sat, 19 Jul 2014 09:40:53 +0200 Subject: [PATCH] Force line endings to LF on common file types. This should help improve the autocrlf issue in Windows. --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) 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