From: Georg Brandl Date: Thu, 21 Oct 2010 15:44:51 +0000 (+0000) Subject: Add .hgeol file for the Mercurial EOL extension. X-Git-Tag: v3.2a4~393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2efeb40d5f3ba496942e6a1997b64f7028316c28;p=thirdparty%2FPython%2Fcpython.git Add .hgeol file for the Mercurial EOL extension. --- diff --git a/.hgeol b/.hgeol new file mode 100644 index 000000000000..743fd042aee1 --- /dev/null +++ b/.hgeol @@ -0,0 +1,36 @@ +[patterns] +** = native + +**.bat = CRLF +**.def = CRLF +**.dsp = CRLF +**.dsw = CRLF +**.mak = CRLF +**.mk = CRLF +**.rc = CRLF +**.sln = CRLF +**.vcproj = CRLF +**.vsprops = CRLF + +**.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 + +[repository] +native = LF \ No newline at end of file