forked from vaultzie/NERV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (28 loc) · 837 Bytes
/
.gitattributes
File metadata and controls
32 lines (28 loc) · 837 Bytes
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
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Denote all files that are truly binary and should not be modified.
# Common file extensions
*.apk binary
*.apex binary
*.bin binary
*.so binary
*.jar binary
*.pk8 binary
*.ogg binary
*.ico binary
*.jpg binary
*.png binary
*.qmg binary
*.webp binary
# ROM-specific prebuilt blobs
prebuilts/bootable/deprecated-ota/updater binary
prebuilts/kernels/*/* binary
prebuilts/*/*/*/** binary
unica/mods/pif/system/bin/rezetprop binary
# Device-specific prebuilt blobs
target/a52sxq/patches/wpss/vendor/firmware/** binary
target/a53x/patches/vendor/vendor/** binary
target/a71/patches/*/*/** binary
target/a73xq/patches/wpss/vendor/firmware/** binary
target/*/patches/china/vendor/firmware/** binary
target/m52xq/patches/vendor/vendor/firmware/** binary