]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/is_text.sh
added missing textfile test
[wxWidgets.git] / 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