blob: eb19a6c88d28d05588db25d21525ee2e19c22666 [file] [log] [blame]
Georg Brandl2efeb402010-10-21 15:44:511[patterns]
Georg Brandl2efeb402010-10-21 15:44:512
Antoine Pitrou59db1f32011-02-25 14:32:243# Non human-editable files are binary
4
5**.dsp = BIN
6**.dsw = BIN
7**.mk = BIN
8**.sln = BIN
9**.vcproj = BIN
10**.vsprops = BIN
Georg Brandl2efeb402010-10-21 15:44:5111
12**.aif = BIN
Benjamin Petersonf54ab1f2013-10-12 19:54:0513**.aifc = BIN
14**.aiff = BIN
Georg Brandl2efeb402010-10-21 15:44:5115**.au = BIN
16**.bmp = BIN
17**.db = BIN
18**.exe = BIN
19**.icns = BIN
20**.gif = BIN
21**.ico = BIN
22**.info = BIN
23**.jpg = BIN
24**.pck = BIN
25**.png = BIN
26**.psd = BIN
27**.tar = BIN
Benjamin Petersonf54ab1f2013-10-12 19:54:0528**.wav = BIN
Nick Coghland0cf0632013-11-11 12:11:5529**.whl = BIN
Georg Brandl2efeb402010-10-21 15:44:5130**.xar = BIN
31**.zip = BIN
32
Victor Stinner033a5432011-05-16 14:43:3833Lib/test/cjkencodings/* = BIN
Antoine Pitrou59db1f32011-02-25 14:32:2434Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner651e1a22011-05-16 14:50:2335Lib/test/sndhdrdata/sndhdr.* = BIN
36Lib/test/test_email/data/msg_26.txt = BIN
Tim Peters9d2e3a12013-09-01 20:56:2237Lib/test/xmltestdata/* = BIN
Antoine Pitrou59db1f32011-02-25 14:32:2438
Vinay Sajipf2bdc362012-05-26 02:25:2339Lib/venv/scripts/nt/* = BIN
40
Martin v. Löwis815b41b2014-02-28 14:27:2941Lib/test/coding20731.py = BIN
42
doko@ubuntu.comd46f7292017-01-31 12:34:5843# Windows only zlib upstream file
44Modules/zlib/zlib.map = CRLF
45
Zachary Ware4c9c8482015-04-13 16:59:5446# Windows batch files work best with CRLF, there can be subtle problems with LF
47**.bat = CRLF
48
Zachary Ware30cc6fa2015-04-13 17:28:1149# The Windows readme is likely to be read in Notepad, so make it readable
50PCbuild/readme.txt = CRLF
51
Antoine Pitrou59db1f32011-02-25 14:32:2452# All other files (which presumably are human-editable) are "native".
53# This must be the last rule!
54
55** = native
Georg Brandl2efeb402010-10-21 15:44:5156
57[repository]
Antoine Pitrou59db1f32011-02-25 14:32:2458native = LF