blob: 16237bb2b3ac19f7d8ea450fe0de72a8b3467a44 [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
Steve Dower0e4ad882018-12-10 19:58:52 -080022PC/classicAppCompat.* binary
Zachary Ware6b6e6872017-06-10 14:58:42 -050023
24# Text files that should not be subject to eol conversion
25Lib/test/cjkencodings/* -text
26Lib/test/decimaltestdata/*.decTest -text
27Lib/test/test_email/data/*.txt -text
28Lib/test/xmltestdata/* -text
29Lib/test/coding20731.py -text
Victor Stinner44a70e92018-01-17 10:26:03 +010030Lib/test/test_importlib/data01/* -text
Zachary Ware6b6e6872017-06-10 14:58:42 -050031
Zachary Ware6b6e6872017-06-10 14:58:42 -050032# CRLF files
33*.bat text eol=crlf
34*.ps1 text eol=crlf
35*.sln text eol=crlf
36*.vcxproj* text eol=crlf
37*.props text eol=crlf
38*.proj text eol=crlf
39PCbuild/readme.txt text eol=crlf
40PC/readme.txt text eol=crlf
Miss Islington (bot)93632352018-06-15 09:04:46 -070041
42# Generated files
43# https://github.com/github/linguist#generated-code
44Include/graminit.h linguist-generated=true
45Python/graminit.h linguist-generated=true
46Modules/clinic/*.h linguist-generated=true
47Objects/clinic/*.h linguist-generated=true
48PC/clinic/*.h linguist-generated=true
49Python/clinic/*.h linguist-generated=true
50Python/importlib.h linguist-generated=true
51Python/importlib_external.h linguist-generated=true
52Include/Python-ast.h linguist-generated=true
53Python/Python-ast.c linguist-generated=true
54Include/opcode.h linguist-generated=true
55Python/opcode_targets.h linguist-generated=true
56Objects/typeslots.inc linguist-generated=true
57Modules/unicodedata_db.h linguist-generated=true