]> granicus.if.org Git - python/commitdiff
Fix .hgeol
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Feb 2011 14:32:24 +0000 (14:32 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Feb 2011 14:32:24 +0000 (14:32 +0000)
.hgeol

diff --git a/.hgeol b/.hgeol
index 743fd042aee1f3f31b142d7f5511b57fd7747583..e1c19926a8f4b2940a17d026f124a0d1439dfdfd 100644 (file)
--- a/.hgeol
+++ b/.hgeol
@@ -1,16 +1,13 @@
 [patterns]
-** = native
 
-**.bat  = CRLF
-**.def  = CRLF
-**.dsp  = CRLF
-**.dsw  = CRLF
-**.mak  = CRLF
-**.mk   = CRLF
-**.rc   = CRLF
-**.sln  = CRLF
-**.vcproj  = CRLF
-**.vsprops = CRLF
+# Non human-editable files are binary
+
+**.dsp  = BIN
+**.dsw  = BIN
+**.mk   = BIN
+**.sln  = BIN
+**.vcproj  = BIN
+**.vsprops = BIN
 
 **.aif  = BIN
 **.au   = 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
\ No newline at end of file
+native = LF