From 81103550fc431f1fd9743610d2065c890f9c5db6 Mon Sep 17 00:00:00 2001 From: gbMichelle Date: Tue, 21 Jan 2020 14:54:04 +0100 Subject: [PATCH] Update git stuff --- .gitattributes | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..3592ccc5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,28 @@ +*.[mM][dD] text eol=lf + + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf +*.bat text eol=crlf +*.ms text eol=crlf +*.mse text eol=crlf + +# Source files +*.py text diff=python eol=lf +*.py3 text diff=python eol=lf +*.pyw text diff=python eol=lf +*.pyx text diff=python eol=lf +*.pyz text diff=python eol=lf +*.[ch] text eol=lf + +# Binary files +*.db binary +*.p binary +*.pkl binary +*.pickle binary +*.pyc binary +*.pyd binary +*.pyo binary + +# Jupyter notebook +*.ipynb text