From 1ab1deabc7bbedf3a82d6308478b898f32085e03 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 16 Jan 2004 19:32:32 +0000 Subject: [PATCH] also cleanup patch reject files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/makerpm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index 667c79fc29..d4df0c35c5 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -177,6 +177,8 @@ if [ -z "${skipcopy}" ]; then rm locale/*.mo cleanup ".#*" cleanup "*~" + cleanup "*.orig" + cleanup "*.rej" cleanup "*.pyc" cleanup core cleanup "core.[0-9]*"