This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/misc/scripts/clean_patch

3 lines
185 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
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' "$@"