blob: d38d0cf756761a9e0f9e92f85c8038087a7aae38 [file] [log] [blame]
Zachary Ware5fe8ac62017-06-11 14:19:39 -05001# Binary data types
2*.aif binary
3*.aifc binary
4*.aiff binary
5*.au binary
6*.bmp binary
7*.db binary
8*.exe binary
9*.icns binary
10*.gif binary
11*.ico binary
12*.jpg binary
Benjamin Peterson6e9e6492017-02-25 23:25:28 -080013*.pck binary
Zachary Ware5fe8ac62017-06-11 14:19:39 -050014*.png binary
15*.tar binary
16*.wav binary
17*.whl binary
18*.zip binary
19
20# Specific binary files
Benjamin Peterson6e9e6492017-02-25 23:25:28 -080021Lib/test/sndhdrdata/sndhdr.* binary
Zachary Ware5fe8ac62017-06-11 14:19:39 -050022
23# Text files that should not be subject to eol conversion
24Lib/test/cjkencodings/* -text
25Lib/test/decimaltestdata/*.decTest -text
26Lib/email/test/data/*.txt -text
27Lib/test/xmltestdata/* -text
28
29# Special files in third party code
30Modules/zlib/zlib.map -text
31
32# CRLF files
33*.bat text eol=crlf
34*.ps1 text eol=crlf
35*.sln text eol=crlf
36*.vcxproj* text eol=crlf
37*.vcproj text eol=crlf
38*.vsprops text eol=crlf
39*.props text eol=crlf
40*.proj text eol=crlf
41PCbuild/readme.txt text eol=crlf
42PC/readme.txt text eol=crlf