From 5741d4af6d3158593017cc09a624eb0100429332 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 27 Jun 2019 21:15:22 +0200 Subject: [PATCH] build: add `.gitattributes` to force LF (instead of possible CRLF on Windows) --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dfbd1e548 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +* text eol=lf + +# +## These files are binary and should be left untouched +# + +# (binary is a macro for -text -diff) +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.eot binary +*.woff binary +*.pyc binary +*.pdf binary \ No newline at end of file