cpython/.hgeol

56 lines
996 B
Plaintext
Raw Normal View History

[patterns]
2011-02-25 14:32:24 +00:00
# Non human-editable files are binary
**.dsp = BIN
**.dsw = BIN
**.mk = BIN
**.sln = BIN
**.vcproj = BIN
**.vsprops = BIN
**.aif = BIN
2013-10-12 19:54:05 +00:00
**.aifc = BIN
**.aiff = 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
2013-10-12 19:54:05 +00:00
**.wav = BIN
**.whl = BIN
**.xar = BIN
**.zip = BIN
Lib/test/cjkencodings/* = BIN
2011-02-25 14:32:24 +00:00
Lib/test/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN
Lib/test/xmltestdata/* = BIN
2011-02-25 14:32:24 +00:00
Lib/venv/scripts/nt/* = BIN
Lib/test/coding20731.py = BIN
# Windows batch files work best with CRLF, there can be subtle problems with LF
**.bat = CRLF
2015-04-13 17:28:11 +00:00
# The Windows readme is likely to be read in Notepad, so make it readable
PCbuild/readme.txt = CRLF
2011-02-25 14:32:24 +00:00
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!
** = native
[repository]
2011-02-25 14:32:24 +00:00
native = LF