-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
55 lines (47 loc) · 935 Bytes
/
.gitattributes
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
* text=auto
*.rs rust diff=rust
Cargo.lock linguist-generated=false
# Older git versions try to fix line endings on images and fonts, this prevents it.
*.png binary
*.ico binary
*.woff binary
*.woff2 binary
# Source code
*.desktop text
*.json text
*.md text
*.nix text eol=lf
*.rs text
*.sh text eol=lf
.gitattributes text
.gitignore text
LICENSE text
# Build stuff
*.TAG text
*.d text
*.ll text
build-script-build-script-build text
run-build-script-build-script-build text
stderr text
target/**/*output text
target/**/output-* text
target/debug/build/*/output text
# Not really "binary", but not text either.
*.cargo-lock binary
*.timestamp binary
# Binary stuff (build stuff)
*.a binary
*.bin binary
*.dll binary
*.exe binary
*.exp binary
*.lib binary
*.o binary
*.pdb binary
*.rlib binary
*.rmeta binary
*.toml text
*.txt text
*.yml text
/target/debug/.fingerprint/**/dep-* binary
/target/debug/.fingerprint/**/lib-* binary