]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/svn/hooks/pre-commit
No real changes, just spelling fixes to comments. Closes #15030.
[wxWidgets.git] / misc / scripts / svn / hooks / pre-commit
index 38cca6f0d710f9e0f1eeec71f74e20023c15d8d4..7c1ccd7d758c1178a32c6d600885dadfee6df399 100755 (executable)
@@ -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$"`