From 2efeb40d5f3ba496942e6a1997b64f7028316c28 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 21 Oct 2010 15:44:51 +0000 Subject: Add .hgeol file for the Mercurial EOL extension. --- .hgeol | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .hgeol diff --git a/.hgeol b/.hgeol new file mode 100644 index 0000000..743fd04 --- /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 -- cgit v0.12