Staging
v0.5.1
https://github.com/python/cpython
Revision 3c561456380ff54efb3784a92ba74ee904470b35 authored by Meador Inge on 04 September 2013, 00:54:40 UTC, committed by Meador Inge on 04 September 2013, 00:54:40 UTC
2 parent s 2b0a98f + c9e1dcd
Raw File
Tip revision: 3c561456380ff54efb3784a92ba74ee904470b35 authored by Meador Inge on 04 September 2013, 00:54:40 UTC
Issue #16826: Revert fix while Windows issues are being worked out.
Tip revision: 3c56145
.hgeol
[patterns]

# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN

**.aif  = BIN
**.au   = BIN
**.bmp  = BIN
**.db   = BIN
**.exe  = BIN
**.icns = BIN
**.gif  = BIN
**.ico  = BIN
**.info = BIN
**.jpg  = BIN
**.pck  = BIN
**.png  = BIN
**.psd  = BIN
**.tar  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/test/cjkencodings/* = BIN
Lib/test/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN
Lib/test/xmltestdata/* = BIN

Lib/venv/scripts/nt/* = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top