blob: 8ab8e56cb26a03e7d3c3bb596e595bba475c93de [file] [log] [blame]
Georg Brandlb5c93e92011-03-05 15:04:01 +01001[patterns]
2
3# 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
11
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
30Lib/test/sndhdrdata/sndhdr.* = BIN
31Lib/test/decimaltestdata/*.decTest = BIN
32
Barry Warsawe26bc102011-05-22 21:16:55 -040033Doc/make.bat = CRLF
34Tools/buildbot/*.bat = CRLF
35Tools/msi/merge.py = CRLF
36PC/VS7.1/*.bat = CRLF
37PC/VS8.0/*.bat = CRLF
38
Georg Brandlb5c93e92011-03-05 15:04:01 +010039# All other files (which presumably are human-editable) are "native".
40# This must be the last rule!
41
42** = native
43
44[repository]
45native = LF