From c92528b6cc502a541d5b55daf27c2d78d883d26a Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Thu, 9 Jul 2020 14:21:46 +0200 Subject: Mark gradlew with Unix eol endings as it is a script Since this could end up being copied from a Windows machine to another when it is part of a project using Android then we should make sure the line endings are preserved to be on the safe side. This avoids a strange problem when deploying due to gradle failing to run. Change-Id: Ie170461a351c9279092b58d4e8353b81cc8561d3 Pick-to: 5.15 5.12 Reviewed-by: Konstantin Ritt Reviewed-by: Assam Boudjelthia --- src/3rdparty/.gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty') diff --git a/src/3rdparty/.gitattributes b/src/3rdparty/.gitattributes index c0f08ed4d7..ba613186e9 100644 --- a/src/3rdparty/.gitattributes +++ b/src/3rdparty/.gitattributes @@ -1,3 +1,4 @@ +gradle/gradlew eol=lf libpng/projects/cbuilder5/libpng.bpf -crlf libpng/projects/cbuilder5/libpng.bpg -crlf libpng/projects/cbuilder5/libpng.bpr -crlf -- cgit v1.2.3