mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Ignore the python-bindings when building translations.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17990 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
39c89512e0
commit
e52c8693a2
@ -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`;
|
||||
|
Loading…
Reference in New Issue
Block a user