blob: 79d849ea315293475c9fa00f907d638464723ddf [file] [log] [blame]
Georg Brandl10603802010-11-26 08:10:41 +00001[patterns]
Georg Brandl10603802010-11-26 08:10:41 +00002
Georg Brandlfaa9ad22011-03-05 15:06:13 +01003# 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 Brandl10603802010-11-26 08:10:41 +000011
12**.aif = BIN
Benjamin Peterson4243fbf2013-10-12 15:55:24 -040013**.aifc = BIN
14**.aiff = BIN
Georg Brandl10603802010-11-26 08:10:41 +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 Peterson4243fbf2013-10-12 15:55:24 -040028**.wav = BIN
Georg Brandl10603802010-11-26 08:10:41 +000029**.xar = BIN
30**.zip = BIN
31
32Lib/email/test/data/msg_26.txt = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020033Lib/test/cjkencodings/* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010034Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020035Lib/test/sndhdrdata/sndhdr.* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010036
37# All other files (which presumably are human-editable) are "native".
38# This must be the last rule!
39
40** = native
Georg Brandl10603802010-11-26 08:10:41 +000041
42[repository]
Georg Brandlfaa9ad22011-03-05 15:06:13 +010043native = LF