]> git.saurik.com Git - wxWidgets.git/commitdiff
Exclude another auto-generated file when cleaning the patches.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 15:35:47 +0000 (15:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 15:35:47 +0000 (15:35 +0000)
Changes to autoconf_inc.m4 are not interesting neither, exclude them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/clean_patch

index 3b6a8eb144e5a1156f43b284e576e2e64d067f28..767aadeb8a392a9ba90341e506e55dd0e6c1aa14 100755 (executable)
@@ -1,2 +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' "$@"
+filterdiff -x '*/*.vcproj' -x '*/*.dsp' -x autoconf_inc.m4 -x configure -x '*/makefile.*' -x '*Makefile.in' -x setup.h.in -x include/wx/msw/wince/setup.h -x '*/setup0.h' "$@"