From d92e3ab05a9a06f644eb39a0a24d417aed81b21b Mon Sep 17 00:00:00 2001 From: joost Date: Thu, 8 Oct 2015 18:49:02 +0000 Subject: [PATCH] * Changed mime-type of scripts from application (binary) to text/plain git-svn-id: trunk@31978 - --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index de734a0a2c..f88e44c5cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11469,8 +11469,8 @@ tests/test/jvm/tdynarrnil.pp svneol=native#text/plain tests/test/jvm/tenum.pp svneol=native#text/plain tests/test/jvm/tenum2.pp svneol=native#text/plain tests/test/jvm/test.pp svneol=native#text/plain -tests/test/jvm/testall.bat -text svneol=native#application/x-bat -tests/test/jvm/testall.sh -text svneol=native#application/x-sh +tests/test/jvm/testall.bat svneol=native#text/plain +tests/test/jvm/testall.sh svneol=native#text/plain tests/test/jvm/testansi.pp svneol=native#text/plain tests/test/jvm/testintf.pp svneol=native#text/plain tests/test/jvm/testshort.pp svneol=native#text/plain