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