Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
forked from python/cpython
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
56 lines (52 loc) · 1.53 KB
/
Copy path.gitattributes
File metadata and controls
56 lines (52 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Binary data types
*.aifbinary
*.aifcbinary
*.aiffbinary
*.aubinary
*.bmpbinary
*.exebinary
*.icnsbinary
*.gifbinary
*.icobinary
*.jpgbinary
*.pckbinary
*.pngbinary
*.psdbinary
*.tarbinary
*.wavbinary
*.whlbinary
*.zipbinary
# Specific binary files
Lib/test/sndhdrdata/sndhdr.*binary
# Text files that should not be subject to eol conversion
Lib/test/cjkencodings/*-text
Lib/test/decimaltestdata/*.decTest-text
Lib/test/test_email/data/*.txt-text
Lib/test/xmltestdata/*-text
Lib/test/coding20731.py-text
Lib/test/test_importlib/data01/*-text
# CRLF files
*.battexteol=crlf
*.ps1texteol=crlf
*.slntexteol=crlf
*.vcxproj*texteol=crlf
*.propstexteol=crlf
*.projtexteol=crlf
PCbuild/readme.txttexteol=crlf
PC/readme.txttexteol=crlf
# Generated files
# https://github.com/github/linguist#generated-code
Include/graminit.hlinguist-generated=true
Python/graminit.hlinguist-generated=true
Modules/clinic/*.hlinguist-generated=true
Objects/clinic/*.hlinguist-generated=true
PC/clinic/*.hlinguist-generated=true
Python/clinic/*.hlinguist-generated=true
Python/importlib.hlinguist-generated=true
Python/importlib_external.hlinguist-generated=true
Include/Python-ast.hlinguist-generated=true
Python/Python-ast.clinguist-generated=true
Include/opcode.hlinguist-generated=true
Python/opcode_targets.hlinguist-generated=true
Objects/typeslots.inclinguist-generated=true
Modules/unicodedata_db.hlinguist-generated=true