Add .gitattributes file to enforce line endings.

This commit is contained in:
Dan Albert 2021-12-22 13:21:49 -08:00
parent 88bc4fd852
commit 2193af1a95

17
.gitattributes vendored Normal file
View File

@ -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