• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[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**.aifc = BIN
14**.aiff = BIN
15**.au   = BIN
16**.bmp  = BIN
17**.blob = BIN
18**.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
29**.wav  = BIN
30**.whl  = BIN
31**.xar  = BIN
32**.zip  = BIN
33
34Lib/email/test/data/msg_26.txt = BIN
35Lib/test/cjkencodings/* = BIN
36Lib/test/decimaltestdata/*.decTest = BIN
37Lib/test/sndhdrdata/sndhdr.* = BIN
38
39# Windows batch files work best with CRLF, there can be subtle problems with LF
40**.bat = CRLF
41
42# The Windows readme is likely to be read in Notepad, so make it readable
43PCbuild/readme.txt = CRLF
44PC/VS9.0/readme.txt = CRLF
45
46# All other files (which presumably are human-editable) are "native".
47# This must be the last rule!
48
49** = native
50
51[repository]
52native = LF
53