.hgeol 1.04 KB
Newer Older
1 2
[patterns]

Antoine Pitrou's avatar
Antoine Pitrou committed
3 4 5 6 7 8 9 10
# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN
11 12

**.aif  = BIN
13 14
**.aifc = BIN
**.aiff = BIN
15 16 17 18 19 20 21 22 23 24 25 26 27
**.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
28
**.wav  = BIN
29
**.whl  = BIN
30 31 32
**.xar  = BIN
**.zip  = BIN

33
Lib/test/cjkencodings/* = BIN
Antoine Pitrou's avatar
Antoine Pitrou committed
34
Lib/test/decimaltestdata/*.decTest = BIN
35 36
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN
37
Lib/test/xmltestdata/* = BIN
Antoine Pitrou's avatar
Antoine Pitrou committed
38

39 40
Lib/venv/scripts/nt/* = BIN

41 42
Lib/test/coding20731.py = BIN

43 44 45
# Windows only zlib upstream file
Modules/zlib/zlib.map = CRLF

46 47 48
# Windows batch files work best with CRLF, there can be subtle problems with LF
**.bat = CRLF

49 50 51
# The Windows readme is likely to be read in Notepad, so make it readable
PCbuild/readme.txt = CRLF

Antoine Pitrou's avatar
Antoine Pitrou committed
52 53 54 55
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native
56 57

[repository]
Antoine Pitrou's avatar
Antoine Pitrou committed
58
native = LF