Staging
v0.8.1
https://github.com/python/cpython
Revision bc3e13818be01868117716bff6e6ed47609500bd authored by Kurt B. Kaiser on 11 May 2011, 17:48:54 UTC, committed by Kurt B. Kaiser on 11 May 2011, 17:48:54 UTC
2 parent s 57e6eac + e147806
Raw File
Tip revision: bc3e13818be01868117716bff6e6ed47609500bd authored by Kurt B. Kaiser on 11 May 2011, 17:48:54 UTC
Merge from 3.1
Tip revision: bc3e138
.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