blob: 08be82829f3e8312040717ac8d8150caba7bea4b [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
Steve Dower0ca4b6f2016-09-01 11:21:56 -070017**.blob = BIN
Georg Brandl10603802010-11-26 08:10:41 +000018**.db = BIN
19**.exe = BIN
20**.icns = BIN
21**.gif = BIN
22**.ico = BIN
23**.info = BIN
24**.jpg = BIN
25**.pck = BIN
26**.png = BIN
27**.psd = BIN
28**.tar = BIN
Benjamin Peterson4243fbf2013-10-12 15:55:24 -040029**.wav = BIN
Donald Stufft8aaff542014-11-11 10:24:11 -050030**.whl = BIN
Georg Brandl10603802010-11-26 08:10:41 +000031**.xar = BIN
32**.zip = BIN
33
34Lib/email/test/data/msg_26.txt = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020035Lib/test/cjkencodings/* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010036Lib/test/decimaltestdata/*.decTest = BIN
Victor Stinner2c5e28e2011-05-17 15:49:56 +020037Lib/test/sndhdrdata/sndhdr.* = BIN
Georg Brandlfaa9ad22011-03-05 15:06:13 +010038
Zachary Wareb9298a42015-04-13 11:54:11 -050039# Windows batch files work best with CRLF, there can be subtle problems with LF
40**.bat = CRLF
41
Zachary Ware0f8f9172015-04-13 12:18:11 -050042# The Windows readme is likely to be read in Notepad, so make it readable
43PCbuild/readme.txt = CRLF
Zachary Ware47343722015-07-16 00:24:48 -050044PC/VS9.0/readme.txt = CRLF
Zachary Ware0f8f9172015-04-13 12:18:11 -050045
Georg Brandlfaa9ad22011-03-05 15:06:13 +010046# All other files (which presumably are human-editable) are "native".
47# This must be the last rule!
48
49** = native
Georg Brandl10603802010-11-26 08:10:41 +000050
51[repository]
Georg Brandlfaa9ad22011-03-05 15:06:13 +010052native = LF