Staging
v0.5.1
https://github.com/python/cpython
Revision 4773b908b129119b081304ef1ef91b0c9a2a5deb authored by Zachary Ware on 06 May 2014, 14:18:17 UTC, committed by Zachary Ware on 06 May 2014, 14:18:17 UTC
This makes it match the new example below, and allows Sphinx's
"hide the prompts and output" feature to work.
1 parent 1512143
Raw File
Tip revision: 4773b908b129119b081304ef1ef91b0c9a2a5deb authored by Zachary Ware on 06 May 2014, 14:18:17 UTC
Add prompts to interactive example.
Tip revision: 4773b90
.hgeol
[patterns]

# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN

**.aif  = BIN
**.aifc = BIN
**.aiff = 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
**.wav  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/email/test/data/msg_26.txt = BIN
Lib/test/cjkencodings/* = BIN
Lib/test/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN

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

** = native

[repository]
native = LF
back to top