Staging
v0.8.1
https://github.com/python/cpython
Revision b00d0c49448c48b6ddbd85f1328edf8794ae20f7 authored by Kurt B. Kaiser on 12 May 2011, 19:30:18 UTC, committed by Kurt B. Kaiser on 12 May 2011, 19:30:18 UTC
2 parent s 0ef3e39 + 0a42982
Raw File
Tip revision: b00d0c49448c48b6ddbd85f1328edf8794ae20f7 authored by Kurt B. Kaiser on 12 May 2011, 19:30:18 UTC
Merge from 3.1
Tip revision: b00d0c4
.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