blob: fe666055d30d22bb262856fb1ec5eefcde12a88c [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
13**.au = BIN
14**.bmp = BIN
15**.db = BIN
16**.exe = BIN
17**.icns = BIN
18**.gif = BIN
19**.ico = BIN
20**.info = BIN
21**.jpg = BIN
22**.pck = BIN
23**.png = BIN
24**.psd = BIN
25**.tar = BIN
26**.xar = BIN
27**.zip = BIN
28
29Lib/email/test/data/msg_26.txt = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020030Lib/test/cjkencodings/* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010031Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020032Lib/test/sndhdrdata/sndhdr.* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010033
34# All other files (which presumably are human-editable) are "native".
35# This must be the last rule!
36
37** = native
Georg Brandl10603802010-11-26 08:10:41 +000038
39[repository]
Georg Brandlfaa9ad22011-03-05 15:06:13 +010040native = LF