0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/.hgeol

59 lines
1.0 KiB
Plaintext
Raw Normal View History

[patterns]
2011-02-25 15:32:24 +01:00
# Non human-editable files are binary
**.dsp = BIN
**.dsw = BIN
**.mk = BIN
**.sln = BIN
**.vcproj = BIN
**.vsprops = BIN
**.aif = BIN
2013-10-12 21:54:05 +02: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 21:54:05 +02:00
**.wav = BIN
**.whl = BIN
**.xar = BIN
**.zip = BIN
Lib/test/cjkencodings/* = BIN
2011-02-25 15:32:24 +01: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 15:32:24 +01:00
Lib/venv/scripts/nt/* = BIN
Lib/test/coding20731.py = BIN
2017-01-31 13:34:58 +01: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 19:28:11 +02:00
# The Windows readme is likely to be read in Notepad, so make it readable
PCbuild/readme.txt = CRLF
2011-02-25 15:32:24 +01:00
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!
** = native
[repository]
2011-02-25 15:32:24 +01:00
native = LF