blob: 84f07fa8e907ace6273ced6939a1e47e762f29f4 [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
Donald Stufft8aaff542014-11-11 10:24:11 -050029**.whl = BIN
Georg Brandl10603802010-11-26 08:10:41 +000030**.xar = BIN
31**.zip = BIN
32
33Lib/email/test/data/msg_26.txt = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020034Lib/test/cjkencodings/* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010035Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020036Lib/test/sndhdrdata/sndhdr.* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010037
38# All other files (which presumably are human-editable) are "native".
39# This must be the last rule!
40
41** = native
Georg Brandl10603802010-11-26 08:10:41 +000042
43[repository]
Georg Brandlfaa9ad22011-03-05 15:06:13 +010044native = LF