From 2193af1a9576274cd7093f3cbc6432d25886d833 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 22 Dec 2021 13:21:49 -0800 Subject: [PATCH] Add .gitattributes file to enforce line endings. --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d8d44788 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +* text=auto + +*.pxd text diff=python +*.py text diff=python +*.py3 text diff=python +*.pyw text diff=python +*.pyx text diff=python +*.pyz text diff=python +*.pyi text diff=python + +*.db binary +*.p binary +*.pkl binary +*.pickle binary +*.pyc binary export-ignore +*.pyo binary export-ignore +*.pyd binary \ No newline at end of file