From 7cba0a073579acfc0a5bdea400c4842d74b3a7f3 Mon Sep 17 00:00:00 2001 From: Saggi Mizrahi Date: Mon, 12 Dec 2016 14:14:14 +0200 Subject: [PATCH] Restore .gitattributes Change-Id: I91aac8035706dc7a914a669f40b6a974d7371f92 --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..aefe9368 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +*.py text eol=lf +*.txt text eol=lf +*.yaml text eol=lf +*.rst text eol=lf +*.sh text eol=lf +*.conf text eol=lf +*.ini text eol=lf +*.cfg text eol=lf +*.json text eol=lf +*.pu text eol=lf +*.md text eol=lf +*.svg text eol=lf +*.inc text eol=lf + +*.png binary +*.jpg binary +*.jpeg binary