]> git.saurik.com Git - wxWidgets.git/commitdiff
see http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/97537
authorChris Elliott <biol75@york.ac.uk>
Mon, 11 Feb 2008 08:59:59 +0000 (08:59 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 11 Feb 2008 08:59:59 +0000 (08:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/is_text.sh

index 9e95109aecaeb26787042f25ac3f49919e6aa962..0a35664f1e6a23d1add3a329cd9ace965494cbc1 100755 (executable)
@@ -25,6 +25,15 @@ if [ `basename $1` = "config.guess" ] ; then
     exit 1
 fi
 
+# ignore makefile.wat etc
+if [ `basename $1` = "makefile.wat" ] ; then
+    exit 1
+fi
+if [ `basename $1` = "config.wat" ] ; then
+    exit 1
+fi
+
+
 if  svn proplist $1 | grep -q "eol-style"  ; then
     exit 0
 fi