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