Add .gitattributes file

This commit is contained in:
Chamin Wickramarathna 2018-10-14 11:24:14 +05:30 committed by GitHub
parent a26d5d76d4
commit cb885bbae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
.gitattributes vendored Normal file
View File

@ -0,0 +1,21 @@
# Source files
# ============
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary
# Note: .db, .p, and .pkl files are associated
# with the python modules ``pickle``, ``dbm.*``,
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
# (among others).