Codebase list python-werkzeug / upstream/0.15.6+dfsg1 .gitattributes
upstream/0.15.6+dfsg1

Tree @upstream/0.15.6+dfsg1 (Download .tar.gz)

.gitattributes @upstream/0.15.6+dfsg1raw · history · blame

1
2
3
4
5
6
7
8
# Normalize CRLF to LF for all text files
* text=auto

# Declare binary file types so they won't be normalized
*.png binary
*.jpg binary
tests/**/*.http binary
tests/res/test.txt binary