blob: 64bb7cf31d498a5e3e0e9311a5305ee801f0131f [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
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 Stinner033a5432011-05-16 16:43:38 +020030Lib/test/cjkencodings/* = BIN
Antoine Pitrou59db1f32011-02-25 14:32:24 +000031Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner651e1a22011-05-16 16:50:23 +020032Lib/test/sndhdrdata/sndhdr.* = BIN
33Lib/test/test_email/data/msg_26.txt = BIN
Antoine Pitrou59db1f32011-02-25 14:32:24 +000034
Vinay Sajipf2bdc362012-05-26 03:25:23 +010035Lib/venv/scripts/nt/* = BIN
36
Antoine Pitrou59db1f32011-02-25 14:32:24 +000037# All other files (which presumably are human-editable) are "native".
38# This must be the last rule!
39
40** = native
Georg Brandl2efeb402010-10-21 15:44:51 +000041
42[repository]
Antoine Pitrou59db1f32011-02-25 14:32:24 +000043native = LF