forked from python/cpython
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
119 lines (109 loc) · 4.63 KB
/
Copy path.gitattributes
File metadata and controls
119 lines (109 loc) · 4.63 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Binary data types
*.aifbinary
*.aifcbinary
*.aiffbinary
*.aubinary
*.bmpbinary
*.exebinary
*.icnsbinary
*.gifbinary
*.icobinary
*.jpgbinary
*.pckbinary
*.pdfbinary
*.pngbinary
*.psdbinary
*.tarbinary
*.wavbinary
*.whlbinary
*.zipbinary
# Specific binary files
# -- None right now --
# Text files that should not be subject to eol conversion
[attr]noeol-text
Lib/test/cjkencodings/*noeol
Lib/test/tokenizedata/coding20731.pynoeol
Lib/test/decimaltestdata/*.decTestnoeol
Lib/test/test_email/data/*.txtnoeol
Lib/test/xmltestdata/*noeol
# Shell scripts should have LF even on Windows because of Cygwin
Lib/venv/scripts/common/activatetexteol=lf
Lib/venv/scripts/posix/*texteol=lf
# Prevent GitHub's web conflict editor from converting LF to CRLF
*.rsttexteol=lf
# CRLF files
[attr]dostexteol=crlf
*.batdos
*.projdos
*.propsdos
*.ps1dos
*.slndos
*.vcxproj*dos
PC/readme.txtdos
PCbuild/readme.txtdos
# Language aware diff headers
# https://tekin.co.uk/2020/10/better-git-diff-output-for-ruby-python-elixir-and-more
# https://gist.github.com/tekin/12500956bd56784728e490d8cef9cb81
*.cdiff=cpp
*.hdiff=cpp
*.cssdiff=css
*.htmldiff=html
*.pydiff=python
*.mddiff=markdown
# Generated files
# https://github.com/github/linguist/blob/master/docs/overrides.md
#
# To always hide generated files in local diffs, mark them as binary:
# $ git config diff.generated.binary true
#
[attr]generatedlinguist-generated=truediff=generated
**/clinic/*.c.hgenerated
**/clinic/*.cpp.hgenerated
**/clinic/*.h.hgenerated
*_db.hgenerated
Doc/_static/tachyon-example-*.htmlgenerated
Doc/c-api/lifecycle.dot.svggenerated
Doc/data/stable_abi.datgenerated
Doc/library/token-list.incgenerated
Include/internal/pycore_ast.hgenerated
Include/internal/pycore_ast_state.hgenerated
Include/internal/pycore_opcode.hgenerated
Include/internal/pycore_opcode_metadata.hgenerated
Include/internal/pycore_*_generated.hgenerated
Include/internal/pycore_uop_ids.hgenerated
Include/internal/pycore_uop_metadata.hgenerated
Include/opcode.hgenerated
Include/opcode_ids.hgenerated
Include/slots_generated.hgenerated
Include/token.hgenerated
Lib/_opcode_metadata.pygenerated
Lib/idlelib/help.htmlgenerated
Lib/keyword.pygenerated
Lib/pydoc_data/topics.pygenerated
Lib/pydoc_data/module_docs.pygenerated
Lib/test/certdata/*.pemgenerated
Lib/test/certdata/*.0generated
Lib/test/levenshtein_examples.jsongenerated
Lib/test/test_stable_abi_ctypes.pygenerated
Lib/test/test_zoneinfo/data/*.jsongenerated
Lib/token.pygenerated
Misc/sbom.spdx.jsongenerated
Modules/_testinternalcapi/test_cases.c.hgenerated
Modules/_testinternalcapi/test_targets.hgenerated
PC/python3dll.cgenerated
Parser/parser.cgenerated
Parser/token.cgenerated
Programs/test_frozenmain.hgenerated
Python/Python-ast.cgenerated
Python/executor_cases.c.hgenerated
Python/generated_cases.c.hgenerated
Python/optimizer_cases.c.hgenerated
Python/opcode_targets.hgenerated
Python/record_functions.c.hgenerated
Python/slots_generated.cgenerated
Python/stdlib_module_names.hgenerated
Tools/peg_generator/pegen/grammar_parser.pygenerated
aclocal.m4generated
configuregenerated
*.min.jsgenerated
package-lock.jsongenerated