Add a one line script to clean patches before submitting them for review.

Exclude changes to the auto-generated files using filterdiff.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-08-20 12:25:53 +00:00
parent 0b93babdc0
commit 5d9138be7f

2
misc/scripts/clean_patch Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
filterdiff -x '*/*.vcproj' -x '*/*.dsp' -x configure -x '*/makefile.*' -x '*Makefile.in' -x setup.h.in -x include/wx/msw/wince/setup.h -x '*/setup0.h' "$@"