Add updated .hgeol file and fix newlines in the 3.2 branch.

This commit is contained in:
Georg Brandl 2011-03-05 15:11:35 +01:00
parent b2a39da238
commit 49857f8a93
59 changed files with 7109 additions and 7106 deletions

25
.hgeol
View File

@ -1,16 +1,13 @@
[patterns] [patterns]
** = native
**.bat = CRLF # Non human-editable files are binary
**.def = CRLF
**.dsp = CRLF **.dsp = BIN
**.dsw = CRLF **.dsw = BIN
**.mak = CRLF **.mk = BIN
**.mk = CRLF **.sln = BIN
**.rc = CRLF **.vcproj = BIN
**.sln = CRLF **.vsprops = BIN
**.vcproj = CRLF
**.vsprops = CRLF
**.aif = BIN **.aif = BIN
**.au = BIN **.au = BIN
@ -31,6 +28,12 @@
Lib/email/test/data/msg_26.txt = BIN Lib/email/test/data/msg_26.txt = BIN
Lib/test/sndhdrdata/sndhdr.* = 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] [repository]
native = LF native = LF