From 498b1fd94cd2bf0c75f97ef7c9beec200e650b9b Mon Sep 17 00:00:00 2001 From: Ringenberg Date: Wed, 27 Jul 2016 11:40:15 -0400 Subject: [PATCH] Added .gitattributes file. --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c8f3a91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Javascript files +*.js text +*.css text + +# XML like files +*.html text +*.xml text +*.svg text + +# Python +*.py text + +# binary images +*.png binary +*.jpg binary +*.mp4 binary + +*.pdf diff=astextplain +*.PDF diff=astextplain + +# CTAT +*.brd linguist-language=XML