Force line endings to LF on common file types.

This should help improve the autocrlf issue in Windows.
This commit is contained in:
Peter Olsson 2014-07-19 09:40:53 +02:00
parent 1f6eb25081
commit 4df59b013c
1 changed files with 9 additions and 0 deletions

9
.gitattributes vendored
View File

@ -1,4 +1,13 @@
# gitattributes # 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 *.exe -diff binary executable windows dfsg-nonfree debian-ignore
*.wav -diff binary sound *.wav -diff binary sound
*.gif -diff binary image *.gif -diff binary image