]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/svn/hooks/pre-commit
Exclude src/msw/version.rc from svn pre-commit hook checks.
[wxWidgets.git] / misc / scripts / svn / hooks / pre-commit
index 7c1ccd7d758c1178a32c6d600885dadfee6df399..c4a3bf033e9adc358297bd53ff52c2c83f559be5 100755 (executable)
@@ -23,6 +23,7 @@ all_changed_files=`svnl changed | \
                     egrep -v "branches/WX_2_" | \
                     egrep -v "wxWidgets/vendor" | \
                     egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \
+                    egrep -v "src/msw/version.rc" | \
                     egrep -v "_wrap.cpp" | \
                     egrep -v "wxPython/.*/docs/.*\.html$"`