diff --git a/.gitattributes b/.gitattributes index 4faadeeeae..412be2ce5d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,7 +11,10 @@ *.cpp text *.h text *.xml text +*.mk text # Denote all files that are truly binary and should not be modified. *.png binary -*.jpg binary \ No newline at end of file +*.jpg binary + +* text oel=lf \ No newline at end of file