blob: 73a4770f320e04639b01e36bcbc2b55c82c2d8a9 [file] [log] [blame]
Georg Brandl2efeb402010-10-21 15:44:51 +00001[patterns]
Georg Brandl2efeb402010-10-21 15:44:51 +00002
Antoine Pitrou59db1f32011-02-25 14:32:24 +00003# 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:51 +000011
12**.aif = BIN
Benjamin Petersonf54ab1f2013-10-12 15:54:05 -040013**.aifc = BIN
14**.aiff = BIN
Georg Brandl2efeb402010-10-21 15:44:51 +000015**.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 15:54:05 -040028**.wav = BIN
Georg Brandl2efeb402010-10-21 15:44:51 +000029**.xar = BIN
30**.zip = BIN
31
Victor Stinner033a5432011-05-16 16:43:38 +020032Lib/test/cjkencodings/* = BIN
Antoine Pitrou59db1f32011-02-25 14:32:24 +000033Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner651e1a22011-05-16 16:50:23 +020034Lib/test/sndhdrdata/sndhdr.* = BIN
35Lib/test/test_email/data/msg_26.txt = BIN
Tim Peters9d2e3a12013-09-01 15:56:22 -050036Lib/test/xmltestdata/* = BIN
Antoine Pitrou59db1f32011-02-25 14:32:24 +000037
Vinay Sajipf2bdc362012-05-26 03:25:23 +010038Lib/venv/scripts/nt/* = BIN
39
Martin v. Löwis815b41b2014-02-28 15:27:29 +010040Lib/test/coding20731.py = BIN
41
Antoine Pitrou59db1f32011-02-25 14:32:24 +000042# All other files (which presumably are human-editable) are "native".
43# This must be the last rule!
44
45** = native
Georg Brandl2efeb402010-10-21 15:44:51 +000046
47[repository]
Antoine Pitrou59db1f32011-02-25 14:32:24 +000048native = LF