Staging
v0.8.1
https://github.com/python/cpython
Revision 92ecb8737b9c708268c6451a01835192c181b721 authored by guido@google.com on 29 March 2011, 16:53:33 UTC, committed by guido@google.com on 29 March 2011, 16:53:33 UTC
1 parent db3080e
Raw File
Tip revision: 92ecb8737b9c708268c6451a01835192c181b721 authored by guido@google.com on 29 March 2011, 16:53:33 UTC
Adding .hgignore (copied from default branch).
Tip revision: 92ecb87
.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