Staging
v0.8.1
https://github.com/python/cpython
Revision 79a11e71c69b3862fc930a47bd628e481685f93b authored by Kurt B. Kaiser on 11 May 2011, 18:02:13 UTC, committed by Kurt B. Kaiser on 11 May 2011, 18:02:13 UTC
2 parent s 6551baa + 30439b2
Raw File
Tip revision: 79a11e71c69b3862fc930a47bd628e481685f93b authored by Kurt B. Kaiser on 11 May 2011, 18:02:13 UTC
Merge heads
Tip revision: 79a11e7
.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/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