From e52c8693a2d45f1800f3ad41b9be1d03bd061d4e Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 13 Mar 2009 15:07:39 +0000 Subject: [PATCH] Ignore the python-bindings when building translations. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17990 57a11ea4-9604-0410-9ed3-97b8803252fd --- make-gnucash-potfiles.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-gnucash-potfiles.in b/make-gnucash-potfiles.in index ddb25fa361..ae6161f94e 100644 --- a/make-gnucash-potfiles.in +++ b/make-gnucash-potfiles.in @@ -13,7 +13,7 @@ use strict; use File::Basename; # Note: These are perl regexp patterns, *not* normal shell wildcards! -my @ignorepatterns = ('gw-', 'test', 'experimental', 'swig-.*\.c'); +my @ignorepatterns = ('gw-', 'test', 'experimental', 'python-bindings', 'swig-.*\.c'); my @skipped_files = `grep -v \# @-SRCDIR-@/po/POTFILES.skip`; my @ignored_files = `grep -v \# @-SRCDIR-@/po/POTFILES.ignore`;