cpython/.hgeol

59 lines
1.0 KiB
Plaintext
Raw Normal View History

[patterns]
2011-02-25 10:32:24 -04:00
# Non human-editable files are binary
**.dsp = BIN
**.dsw = BIN
**.mk = BIN
**.sln = BIN
**.vcproj = BIN
**.vsprops = BIN
**.aif = BIN
2013-10-12 16:54:05 -03: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 16:54:05 -03:00
**.wav = BIN
**.whl = BIN
**.xar = BIN
**.zip = BIN
Lib/test/cjkencodings/* = BIN
2011-02-25 10:32:24 -04: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 10:32:24 -04:00
Lib/venv/scripts/nt/* = BIN
Lib/test/coding20731.py = BIN
2017-01-31 08:34:58 -04:00
# Windows only zlib upstream file
Modules/zlib/zlib.map = CRLF
# Windows batch files work best with CRLF, there can be subtle problems with LF
**.bat = CRLF
2015-04-13 14:28:11 -03:00
# The Windows readme is likely to be read in Notepad, so make it readable
PCbuild/readme.txt = CRLF
2011-02-25 10:32:24 -04:00
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!
** = native
[repository]
2011-02-25 10:32:24 -04:00
native = LF