https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 861441d5df36e4233c393288e57b8a5f2eaa1da5 authored by Matthew Newville on 26 June 2018, 02:48:49 UTC
make exception explicit
Tip revision: 861441d
.gitattributes
lmfit/_version.py export-subst

# Auto detect text files and perform LF normalization
* text=auto eol=lf

*.jpg -text
*.png -text

# Standard to msysgit
*.doc	 diff=astextplain
*.DOC	 diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot  diff=astextplain
*.DOT  diff=astextplain
*.pdf  diff=astextplain
*.PDF	 diff=astextplain
*.rtf	 diff=astextplain
*.RTF	 diff=astextplain
back to top