-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (25 loc) · 765 Bytes
/
Copy path.gitattributes
File metadata and controls
27 lines (25 loc) · 765 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
# Scripts here are executed by Android's `sh` (customize.sh / uninstall.sh /
# action.sh run inside the Magisk/KernelSU/APatch installer and module manager).
# A CR at end of line makes that shell treat it as part of the token, so a
# CRLF checkout silently breaks module installation. Git for Windows enables
# core.autocrlf by default, so these must be pinned to LF explicitly.
*.sh text eol=lf
gradlew text eol=lf
module.prop text eol=lf
# Keep the rest normalized to LF in the repository, converted per-platform on
# checkout only where it is harmless.
*.cpp text
*.h text
*.kt text
*.kts text
*.md text
*.xml text
*.pro text
# Never touched by line-ending conversion.
*.png binary
*.jpg binary
*.pdf binary
*.jar binary
*.apk binary
*.zip binary
*.so binary