From: Vadim Zeitlin Date: Mon, 22 Aug 2011 15:35:47 +0000 (+0000) Subject: Exclude another auto-generated file when cleaning the patches. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34532177aacdd464f5b968b278653752322241aa Exclude another auto-generated file when cleaning the patches. 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 --- diff --git a/misc/scripts/clean_patch b/misc/scripts/clean_patch index 3b6a8eb144..767aadeb8a 100755 --- a/misc/scripts/clean_patch +++ b/misc/scripts/clean_patch @@ -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' "$@"