ignore text statius of watcom

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2008-05-19 08:06:19 +00:00
parent cd72ceb971
commit dae18732f8

View File

@@ -25,6 +25,14 @@ 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