X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57b15758aaf0edead6a83eba983fe7ed2ff668a9..3eee64e7cfbf7741766bee8f7e612045dd8a3ad0:/misc/scripts/svn/hooks/pre-commit diff --git a/misc/scripts/svn/hooks/pre-commit b/misc/scripts/svn/hooks/pre-commit index c4a3bf033e..779f046215 100755 --- a/misc/scripts/svn/hooks/pre-commit +++ b/misc/scripts/svn/hooks/pre-commit @@ -22,7 +22,7 @@ all_changed_files=`svnl changed | \ sed 's/^....//' | \ egrep -v "branches/WX_2_" | \ egrep -v "wxWidgets/vendor" | \ - egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \ + egrep -v "src/(expat|tiff|regex|jpeg|stc/scintilla)" | \ egrep -v "src/msw/version.rc" | \ egrep -v "_wrap.cpp" | \ egrep -v "wxPython/.*/docs/.*\.html$"`