From da82a9a7084dd5d38a8ec99996d361cbddcf7ec7 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Tue, 5 Sep 2017 21:00:06 -0700 Subject: [PATCH] Document binary files for no line ending changes --- .gitattributes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b494619a7a7..7b046777a18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,13 @@ -* text eol=lf +# Document global line endings settings +# https://help.github.com/articles/dealing-with-line-endings/ +* text eol=lf + + +# Denote all files that are truly binary and should not be modified. +*.ai binary +*.jpg binary +*.otf binary +*.png binary +*.ttf binary +*.whl binary +*.woff binary