Staging
v0.5.1
https://github.com/python/cpython
Revision d31829329590acc98a94a79b1c5f1428235867e8 authored by Sandro Tosi on 20 August 2011, 22:16:18 UTC, committed by Sandro Tosi on 20 August 2011, 22:16:18 UTC
1 parent dc42beb
Raw File
Tip revision: d31829329590acc98a94a79b1c5f1428235867e8 authored by Sandro Tosi on 20 August 2011, 22:16:18 UTC
#5301: add image/vnd.microsoft.icon (.ico) MIME type
Tip revision: d318293
.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/email/test/data/msg_26.txt = BIN
Lib/test/cjkencodings/* = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

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

** = native

[repository]
native = LF
back to top