FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RustPython/.gitattributes at main · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
104
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
RustPython
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
72 lines (63 loc) · 2.25 KB
Breadcrumbs
RustPython
/
.gitattributes
Copy path
File metadata and controls
72 lines (63 loc) · 2.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Lib
/
**
linguist-vendored
Cargo.lock
linguist-generated
*
.snap
linguist-generated
-
merge
Lib
/
*
.py
text
working-tree-encoding
=
UTF-8
eol
=
LF
**
/
*
.rs
text
working-tree-encoding
=
UTF-8
eol
=
LF
crates
/
vm
/
src
/
stdlib
/
ast
/
gen.rs
linguist-generated
-
merge
crates
/
doc
/
src
/
data.inc.rs
generated
crates
/
compiler-core
/
src
/
bytecode
/
opcode_metadata.rs
generated
.github
/
workflows
/
*
.lock.yml
linguist-generated
=
true
merge
=
ours
#
Binary data types
*
.aif
binary
*
.aifc
binary
*
.aiff
binary
*
.au
binary
*
.bmp
binary
*
.exe
binary
*
.icns
binary
*
.gif
binary
*
.ico
binary
*
.jpg
binary
*
.pck
binary
*
.pdf
binary
*
.png
binary
*
.psd
binary
*
.tar
binary
*
.wav
binary
*
.whl
binary
*
.zip
binary
#
Text files that should not be subject to eol conversion
[
attr
]
noeol
-
text
Lib
/
test
/
cjkencodings
/
*
noeol
Lib
/
test
/
tokenizedata
/
coding20731.py
noeol
Lib
/
test
/
decimaltestdata
/
*
.decTest
noeol
Lib
/
test
/
test_email
/
data
/
*
.txt
noeol
Lib
/
test
/
xmltestdata
/
*
noeol
#
Shell scripts should have LF even on Windows because of Cygwin
Lib
/
venv
/
scripts
/
common
/
activate
text
eol
=
lf
Lib
/
venv
/
scripts
/
posix
/
*
text
eol
=
lf
#
CRLF files
[
attr
]
dos
text
eol
=
crlf
#
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
*
.css
diff
=
css
*
.html
diff
=
html
*
.py
diff
=
python
*
.md
diff
=
markdown
*
.inc.rs
diff
=
rust
#
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
]
generated
linguist-generated
=
true
diff
=
generated
Lib
/
_opcode_metadata.py
generated
Lib
/
keyword.py
generated
Lib
/
idlelib
/
help.html
generated
Lib
/
test
/
certdata
/
*
.pem
generated
Lib
/
test
/
certdata
/
*
.0
generated
Lib
/
test
/
levenshtein_examples.json
generated
Lib
/
test
/
test_stable_abi_ctypes.py
generated
Lib
/
token.py
generated
Back
|
FazBrowse Home
|
New Git URL