summaryrefslogtreecommitdiffstats
path: root/.hgeol
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-05 14:06:13 (GMT)
committerGeorg Brandl <georg@python.org>2011-03-05 14:06:13 (GMT)
commitfaa9ad2a465902e6dfd2b3378d09a4738923c62b (patch)
tree6d128fc5adab54e3c63e6e8990c725f21f9f9c6a /.hgeol
parent9504bc11b03cf45d3b3734a5cc5951c7b4271ac5 (diff)
downloadcpython-faa9ad2a465902e6dfd2b3378d09a4738923c62b.zip
cpython-faa9ad2a465902e6dfd2b3378d09a4738923c62b.tar.gz
cpython-faa9ad2a465902e6dfd2b3378d09a4738923c62b.tar.bz2
Add updated .hgeol file and fix newlines in the 2.7 branch.
Diffstat (limited to '.hgeol')
-rw-r--r--.hgeol27
1 files changed, 15 insertions, 12 deletions
diff --git a/.hgeol b/.hgeol
index 743fd04..e1c1992 100644
--- 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
@@ -31,6 +28,12 @@
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