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