Force line endings to LF on common file types.
This should help improve the autocrlf issue in Windows.
This commit is contained in:
parent
1f6eb25081
commit
4df59b013c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue