mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add ignore pattern to POTFILES.in creation to ignore swig generated files.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17488 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained 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');
|
||||
my @ignorepatterns = ('gw-', 'test', 'experimental', 'swig-.*\.c');
|
||||
|
||||
my @skipped_files = `grep -v \# @-SRCDIR-@/po/POTFILES.skip`;
|
||||
my @ignored_files = `grep -v \# @-SRCDIR-@/po/POTFILES.ignore`;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
lib/glib28/gfileutils-2.8.c
|
||||
src/gnome/gnucash.desktop.in.in
|
||||
src/gnome/gnucash.desktop.in
|
||||
src/engine/iso-4217-currencies.c
|
||||
# The features in import-export/qif are still unused.
|
||||
src/import-export/qif/qif-defaults.c
|
||||
src/import-export/qif/qif-parse.c
|
||||
|
||||
Reference in New Issue
Block a user