fix: treat aapt binaries as binary

This commit is contained in:
Connor Tumbleson 2021-08-28 14:30:54 -04:00
parent fc2f12363d
commit aa5d951708
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75
1 changed files with 4 additions and 1 deletions

3
.gitattributes vendored
View File

@ -2,3 +2,6 @@
*.bat text eol=crlf
*.jar binary
/brut.apktool/apktool-lib/src/main/resources/prebuilt/windows/* binary
/brut.apktool/apktool-lib/src/main/resources/prebuilt/macosx/* binary
/brut.apktool/apktool-lib/src/main/resources/prebuilt/linux/* binary