1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# Auto detect text files and perform LF normalization
* text=auto
# Source files
# ============
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
*.xml text
*.md text
*.rst text
*.bat text
*.sh text
*.yaml text
*.cfg text
*.ipynb text
# Binary files
# ============
*.nxs binary
*.h5 binary
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.svg binary
*.eps binary
*.ico binary
|