Staging
v0.5.1
https://github.com/python/cpython
Revision 11bfd32881e9d57072d3ffee253f5c34535d5042 authored by R David Murray on 30 July 2013, 18:42:40 UTC, committed by R David Murray on 30 July 2013, 18:42:40 UTC
testcleanup directive is new as of 1.1, and we are currently running
1.0.7.  But using testsetup works just as well, and avoids the
unknown directive error when building the docs.
1 parent 3ab7b0a
Raw File
Tip revision: 11bfd32881e9d57072d3ffee253f5c34535d5042 authored by R David Murray on 30 July 2013, 18:42:40 UTC
#18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
Tip revision: 11bfd32
.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/cjkencodings/* = BIN
Lib/test/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN

Lib/venv/scripts/nt/* = BIN

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

** = native

[repository]
native = LF
back to top