Skip to content

Commit

Permalink
Add basic .gitattributes to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerpeer committed Mar 14, 2019
1 parent 89e945c commit 0cc0b38
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Basics
# ======
* text=auto

# Source files
# ============
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python

# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary

0 comments on commit 0cc0b38

Please sign in to comment.