1 # 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 13 *.pck binary 14 *.png binary 15 *.tar binary 16 *.wav binary 17 *.whl binary 18 *.zip binary 19 20 # Specific binary files 21 Lib/test/sndhdrdata/sndhdr.* binary 22 23 # Text files that should not be subject to eol conversion 24 Lib/test/cjkencodings/* -text 25 Lib/test/decimaltestdata/*.decTest -text 26 Lib/email/test/data/*.txt -text 27 Lib/test/xmltestdata/* -text 28 29 # Special files in third party code 30 Modules/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 41 PCbuild/readme.txt text eol=crlf 42 PC/readme.txt text eol=crlf 43