Zachary Ware | 6b6e687 | 2017-06-10 14:58:42 -0500 | [diff] [blame] | 1 | # 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 Peterson | 2771304 | 2017-02-22 22:38:48 -0800 | [diff] [blame] | 12 | *.pck binary |
Zachary Ware | 6b6e687 | 2017-06-10 14:58:42 -0500 | [diff] [blame] | 13 | *.png binary |
| 14 | *.psd binary |
| 15 | *.tar binary |
| 16 | *.wav binary |
| 17 | *.whl binary |
| 18 | *.zip binary |
| 19 | |
| 20 | # Specific binary files |
Benjamin Peterson | 2771304 | 2017-02-22 22:38:48 -0800 | [diff] [blame] | 21 | Lib/test/sndhdrdata/sndhdr.* binary |
Zachary Ware | 6b6e687 | 2017-06-10 14:58:42 -0500 | [diff] [blame] | 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/test/test_email/data/*.txt -text |
| 27 | Lib/test/xmltestdata/* -text |
| 28 | Lib/test/coding20731.py -text |
| 29 | |
Zachary Ware | 6b6e687 | 2017-06-10 14:58:42 -0500 | [diff] [blame] | 30 | # CRLF files |
| 31 | *.bat text eol=crlf |
| 32 | *.ps1 text eol=crlf |
| 33 | *.sln text eol=crlf |
| 34 | *.vcxproj* text eol=crlf |
| 35 | *.props text eol=crlf |
| 36 | *.proj text eol=crlf |
| 37 | PCbuild/readme.txt text eol=crlf |
| 38 | PC/readme.txt text eol=crlf |