Staging
v0.5.1
https://github.com/python/cpython
Revision f90ba8a9a20f61c2a46d0881e39e558e39f968e8 authored by Raymond Hettinger on 05 May 2011, 18:35:50 UTC, committed by Raymond Hettinger on 05 May 2011, 18:35:50 UTC
1 parent c4d7864
Raw File
Tip revision: f90ba8a9a20f61c2a46d0881e39e558e39f968e8 authored by Raymond Hettinger on 05 May 2011, 18:35:50 UTC
Avoid codec spelling issues by just using the utf-8 default.
Tip revision: f90ba8a
.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