Fix: Try to solve problem of CRLF for some extensions.

This commit is contained in:
Laurent Destailleur 2014-02-05 14:54:01 +01:00
parent fc1600b97c
commit a146af5086

6
.gitattributes vendored
View File

@ -15,6 +15,12 @@
*.lang text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.pp text eol=lf
*.sh text eol=lf
*.yaml text eol=lf
.bash_aliases text eol=lf
.vimrc text eol=lf
# Denote all files that are truly binary and should not be modified.
*.bmp binary