# When a QIF file has a transaction for a portfolio of type IntInc but # no stock specified within the transaction, GNUCash would create an account # under Interest: with no name. e.g. Interest:Fidelity: # # This patch removes the sub account with no name. # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -up 'tmp/gnucash/src/import-export/qif-import/qif-dialog-utils.scm' 'gnucash/src/import-export/qif-import/qif-dialog-utils.scm' Index: ./src/import-export/qif-import/qif-dialog-utils.scm --- ./src/import-export/qif-import/qif-dialog-utils.scm Fri Aug 29 19:21:35 2003 +++ ./src/import-export/qif-import/qif-dialog-utils.scm Thu Aug 12 15:23:08 2004 @@ -18,8 +18,11 @@ (define (default-interest-acct brokerage security) (string-append (_ "Interest") (gnc:account-separator-char) - brokerage (gnc:account-separator-char) - security)) + brokerage + (if (string=? security "") + "" + (string-append (gnc:account-separator-char) + security)))) (define (default-capital-return-acct brokerage security) (string-append (_ "Cap Return") (gnc:account-separator-char) #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sat Aug 14 16:00:56 2004 # Generated by : makepatch 2.00_07* # Recurse directories : Yes # Excluded files : (\A|/).*\~\Z # (\A|/).*\.a\Z # (\A|/).*\.bak\Z # (\A|/).*\.BAK\Z # (\A|/).*\.elc\Z # (\A|/).*\.exe\Z # (\A|/).*\.gz\Z # (\A|/).*\.ln\Z # (\A|/).*\.o\Z # (\A|/).*\.obj\Z # (\A|/).*\.olb\Z # (\A|/).*\.old\Z # (\A|/).*\.orig\Z # (\A|/).*\.rej\Z # (\A|/).*\.so\Z # (\A|/).*\.Z\Z # (\A|/)\.del\-.*\Z # (\A|/)\.make\.state\Z # (\A|/)\.nse_depinfo\Z # (\A|/)core\Z # (\A|/)tags\Z # (\A|/)TAGS\Z # (\A|/)\.\#.*\Z # (\A|/)\#.*\Z # (\A|/)_\$.*\Z # (\A|/).*\$\Z # (\A|/)CVS\Z # (\A|/)CVS\.adm\Z # (\A|/)cvslog\..*\Z # (\A|/)\,.*\Z # (\A|/).*\,v\Z # (\A|/)RCS\Z # (\A|/)RCSLOG\Z # (\A|/)p\..*\Z # (\A|/)s\..*\Z # (\A|/)SCCS\Z # (\A|/)\#.*\#\Z # (\A|/).*\.P\Z # (\A|/).*\.pp\ \Z # (\A|/).*\.a\Z # (\A|/).*\.bak\Z # (\A|/).*\.bin\Z # (\A|/).*\.diff\Z # (\A|/).*\.diffs\Z # (\A|/).*\.gmo\Z # (\A|/).*\.la\Z # (\A|/).*\.lai\Z # (\A|/).*\.lo\Z # (\A|/).*\.loT\Z # (\A|/).*\.log\Z # (\A|/).*\.mo\Z # (\A|/).*\.moc\Z # (\A|/).*\.o\Z # (\A|/).*\.orig\Z # (\A|/).*\.ignmgp\Z # (\A|/).*\.patch\Z # (\A|/).*\.rej\Z # (\A|/).*\.tar\.gz\Z # (\A|/).*\.wrap\Z # (\A|/).*\.xac\..*\.xac\Z # (\A|/).*\~\Z # (\A|/)\.\#.*\Z # (\A|/)doc\/gnc\-prices\.1\Z # (\A|/)doc\/gnucash\.1\Z # (\A|/)AutoGen\Z # (\A|/)MakeScript\Z # (\A|/)InstallScript\Z # (\A|/)Move\Z # (\A|/)Remove\Z # (\A|/)FILES\Z # (\A|/)F\Z # (\A|/)LOG\Z # (\A|/)ILOG\Z # (\A|/)\.deps\Z # (\A|/)\.libs\Z # (\A|/)ABOUT\-NLS\Z # (\A|/)COPYING\Z # (\A|/)INSTALL\Z # (\A|/)Makefile\Z # (\A|/)Makefile\.in\Z # (\A|/)TAGS\Z # (\A|/)TAGS\.stamp\Z # (\A|/)aclocal\.m4\Z # (\A|/)autom4te\.cache\Z # (\A|/)autom4te\-2\.53\.cache\Z # (\A|/)configure\Z # (\A|/)config\.cache\Z # (\A|/)config\.guess\Z # (\A|/)config\.sub\Z # (\A|/)config\.log\Z # (\A|/)config\.status\Z # (\A|/)config\.h\Z # (\A|/)config\.h\.in\Z # (\A|/)config\.rpath\Z # (\A|/)cscope\.out\Z # (\A|/)cscope\.files\Z # (\A|/)depcomp\Z # (\A|/)etags\.files\Z # (\A|/)gnucash\-config\Z # (\A|/)install\-sh\Z # (\A|/)intltool\-modules\Z # (\A|/)intl\Z # (\A|/)libtool\Z # (\A|/)ltconfig\Z # (\A|/)make\-gnucash\-patch\Z # (\A|/)make\-gnucash\-potfiles\Z # (\A|/)missing\Z # (\A|/)stamp\-h\Z # (\A|/)stamp\-h1\Z # (\A|/)stamp\-h\.in\Z # (\A|/)install\-stamp\Z # (\A|/)tags\Z # (\A|/)intltool\-extract\Z # (\A|/)intltool\-extract\.in\Z # (\A|/)intltool\-merge\Z # (\A|/)intltool\-merge\.in\Z # (\A|/)intltool\-update\Z # (\A|/)intltool\-update\.in\Z # (\A|/)tags\Z # (\A|/).*\.tar\.gz\Z # (\A|/).*\.log\Z # (\A|/).*\.patch\Z # (\A|/).*\.diff\Z # (\A|/).*\.diffs\Z # (\A|/).*\.xac\..*\.xac\Z # (\A|/)accounts\/Makefile\Z # (\A|/)accounts\/Makefile\.in\Z # (\A|/)accounts\/C\/Makefile\Z # (\A|/)accounts\/C\/Makefile\.in\Z # (\A|/)accounts\/da\/Makefile\Z # (\A|/)accounts\/da\/Makefile\.in\Z # (\A|/)accounts\/de_CH\/Makefile\Z # (\A|/)accounts\/de_CH\/Makefile\.in\Z # (\A|/)accounts\/de_DE\/Makefile\Z # (\A|/)accounts\/de_DE\/Makefile\.in\Z # (\A|/)accounts\/el_GR\/Makefile\Z # (\A|/)accounts\/el_GR\/Makefile\.in\Z # (\A|/)accounts\/es_ES\/Makefile\Z # (\A|/)accounts\/es_ES\/Makefile\.in\Z # (\A|/)accounts\/fr_FR\/Makefile\Z # (\A|/)accounts\/fr_FR\/Makefile\.in\Z # (\A|/)accounts\/hu_HU\/Makefile\Z # (\A|/)accounts\/hu_HU\/Makefile\.in\Z # (\A|/)accounts\/it\/Makefile\Z # (\A|/)accounts\/it\/Makefile\.in\Z # (\A|/)accounts\/pt_BR\/Makefile\Z # (\A|/)accounts\/pt_BR\/Makefile\.in\Z # (\A|/)accounts\/pt_PT\/Makefile\Z # (\A|/)accounts\/pt_PT\/Makefile\.in\Z # (\A|/)accounts\/sk\/Makefile\Z # (\A|/)accounts\/sk\/Makefile\.in\Z # (\A|/)accounts\/tr_TR\/Makefile\Z # (\A|/)accounts\/tr_TR\/Makefile\.in\Z # (\A|/)debian\/Makefile\Z # (\A|/)debian\/Makefile\.in\Z # (\A|/)debian\/tmp\Z # (\A|/)debian\/.*\.debhelper\Z # (\A|/)debian\/files\Z # (\A|/)debian\/substvars\Z # (\A|/)doc\/Makefile\Z # (\A|/)doc\/Makefile\.in\Z # (\A|/)doc\/gnucash\.1\Z # (\A|/)doc\/gnc\-prices\.1\Z # (\A|/)doc\/examples\/Makefile\Z # (\A|/)doc\/examples\/Makefile\.in\Z # (\A|/)doc\/examples\/.*\.log\Z # (\A|/)doc\/examples\/.*\.xac\..*\.xac\Z # (\A|/)intl\/.*\.c\Z # (\A|/)intl\/.*\.h\Z # (\A|/)intl\/.*\.in\Z # (\A|/)intl\/.*\.sed\Z # (\A|/)intl\/.*\.sin\Z # (\A|/)intl\/.*\.y\Z # (\A|/)intl\/ChangeLog\Z # (\A|/)intl\/Makefile\Z # (\A|/)intl\/VERSION\Z # (\A|/)intl\/config\.charset\Z # (\A|/)intl\/locale\.alias\Z # (\A|/)intl\-scm\/Makefile\Z # (\A|/)intl\-scm\/Makefile\.in\Z # (\A|/)intl\-scm\/guile\-strings\.c\Z # (\A|/)lib\/Makefile\Z # (\A|/)lib\/Makefile\.in\Z # (\A|/)lib\/guile\-www\/\.scm\-links\Z # (\A|/)lib\/guile\-www\/Makefile\Z # (\A|/)lib\/guile\-www\/Makefile\.in\Z # (\A|/)lib\/guile\-www\/config\.cache\Z # (\A|/)lib\/guile\-www\/config\.log\Z # (\A|/)lib\/guile\-www\/config\.status\Z # (\A|/)lib\/libc\/Makefile\Z # (\A|/)lib\/libc\/Makefile\.in\Z # (\A|/)lib\/libc\/\.deps\Z # (\A|/)lib\/libc\/\.libs\Z # (\A|/)lib\/libc\/.*\.lo\Z # (\A|/)lib\/libc\/.*\.la\Z # (\A|/)lib\/srfi\/Makefile\Z # (\A|/)lib\/srfi\/Makefile\.in\Z # (\A|/)m4\/Makefile\Z # (\A|/)m4\/Makefile\.in\Z # (\A|/)m4\/.*\.m4\Z # (\A|/)macros\/Makefile\.in\Z # (\A|/)macros\/Makefile\Z # (\A|/)macros\/macros\.dep\Z # (\A|/)macros\/gnome\-macros\.dep\Z # (\A|/)po\/\.intltool\-merge\-cache\Z # (\A|/)po\/\.pot\Z # (\A|/)po\/.*\.gmo\Z # (\A|/)po\/.*\.header\Z # (\A|/)po\/.*\.mo\Z # (\A|/)po\/.*\.pox\Z # (\A|/)po\/.*\.sed\Z # (\A|/)po\/.*\.sin\Z # (\A|/)po\/ChangeLog\Z # (\A|/)po\/Makefile\Z # (\A|/)po\/Makefile\.in\Z # (\A|/)po\/Makefile\.in\.in\Z # (\A|/)po\/Makevars\.template\Z # (\A|/)po\/POTFILES\Z # (\A|/)po\/Rules\-quot\Z # (\A|/)po\/gnucash\.pot\Z # (\A|/)po\/messages\Z # (\A|/)po\/stamp\-po\Z # (\A|/)po\/glossary\/.*\.gmo\Z # (\A|/)po\/glossary\/.*\.pox\Z # (\A|/)po\/glossary\/.*\.mo\Z # (\A|/)po\/glossary\/Makefile\Z # (\A|/)po\/glossary\/Makefile\.in\Z # (\A|/)po\/glossary\/.*\.pot\Z # (\A|/)rpm\/Makefile\Z # (\A|/)rpm\/Makefile\.in\Z # (\A|/)rpm\/gnucash\.spec\Z # (\A|/)src\/Makefile\Z # (\A|/)src\/Makefile\.in\Z # (\A|/)src\/.*\.diff\Z # (\A|/)src\/.*\.diffs\Z # (\A|/)src\/.*\.patch\Z # (\A|/)src\/.*\.log\Z # (\A|/)src\/.*\.xac\..*\.xac\Z # (\A|/)src\/\.deps\Z # (\A|/)src\/\.libs\Z # (\A|/)src\/gnc\-dir\.h\Z # (\A|/)src\/app\-file\/Makefile\Z # (\A|/)src\/app\-file\/Makefile\.in\Z # (\A|/)src\/app\-file\/\.scm\-links\Z # (\A|/)src\/app\-file\/gw\-app\-file\.scm\Z # (\A|/)src\/app\-file\/gw\-app\-file\.c\Z # (\A|/)src\/app\-file\/gw\-app\-file\.h\Z # (\A|/)src\/app\-file\/gw\-app\-file\.html\Z # (\A|/)src\/app\-file\/.*\.lo\Z # (\A|/)src\/app\-file\/.*\.la\Z # (\A|/)src\/app\-file\/\.deps\Z # (\A|/)src\/app\-file\/\.libs\Z # (\A|/)src\/app\-file\/gnome\/Makefile\Z # (\A|/)src\/app\-file\/gnome\/Makefile\.in\Z # (\A|/)src\/app\-file\/gnome\/.*\.lo\Z # (\A|/)src\/app\-file\/gnome\/.*\.la\Z # (\A|/)src\/app\-file\/gnome\/\.deps\Z # (\A|/)src\/app\-file\/gnome\/\.libs\Z # (\A|/)src\/app\-file\/gnome\/\.scm\-links\Z # (\A|/)src\/app\-file\/test\/\.deps\Z # (\A|/)src\/app\-file\/test\/\.libs\Z # (\A|/)src\/app\-file\/test\/Makefile\Z # (\A|/)src\/app\-file\/test\/Makefile\.in\Z # (\A|/)src\/app\-file\/test\/test\-link\Z # (\A|/)src\/app\-utils\/.*\.la\Z # (\A|/)src\/app\-utils\/.*\.lo\Z # (\A|/)src\/app\-utils\/\.deps\Z # (\A|/)src\/app\-utils\/\.libs\Z # (\A|/)src\/app\-utils\/\.scm\-links\Z # (\A|/)src\/app\-utils\/Makefile\Z # (\A|/)src\/app\-utils\/Makefile\.in\Z # (\A|/)src\/app\-utils\/gw\-app\-utils\.scm\Z # (\A|/)src\/app\-utils\/gw\-app\-utils\.c\Z # (\A|/)src\/app\-utils\/gw\-app\-utils\.h\Z # (\A|/)src\/app\-utils\/gw\-app\-utils\.html\Z # (\A|/)src\/app\-utils\/i18n\.h\Z # (\A|/)src\/app\-utils\/test\/Makefile\Z # (\A|/)src\/app\-utils\/test\/Makefile\.in\Z # (\A|/)src\/app\-utils\/test\/test\-exp\-parser\Z # (\A|/)src\/app\-utils\/test\/test\-link\-module\Z # (\A|/)src\/app\-utils\/test\/test\-print\-parse\-amount\Z # (\A|/)src\/app\-utils\/test\/test\-print\-queries\Z # (\A|/)src\/app\-utils\/test\/test\-scm\-query\-string\Z # (\A|/)src\/app\-utils\/test\/\.deps\Z # (\A|/)src\/app\-utils\/test\/\.libs\Z # (\A|/)src\/backend\/Makefile\Z # (\A|/)src\/backend\/Makefile\.in\Z # (\A|/)src\/backend\/file\/Makefile\Z # (\A|/)src\/backend\/file\/\.deps\Z # (\A|/)src\/backend\/file\/\.libs\Z # (\A|/)src\/backend\/file\/Makefile\.in\Z # (\A|/)src\/backend\/file\/.*\.lo\Z # (\A|/)src\/backend\/file\/.*\.la\Z # (\A|/)src\/backend\/file\/test\/Makefile\Z # (\A|/)src\/backend\/file\/test\/test\-date\-converting\Z # (\A|/)src\/backend\/file\/test\/test\-dom\-converters1\Z # (\A|/)src\/backend\/file\/test\/test\-kvp\-frames\Z # (\A|/)src\/backend\/file\/test\/test\-string\-converters\Z # (\A|/)src\/backend\/file\/test\/test\-xml\-account\Z # (\A|/)src\/backend\/file\/test\/test\-xml2\-is\-file\Z # (\A|/)src\/backend\/file\/test\/test\-load\-xml2\Z # (\A|/)src\/backend\/file\/test\/test\-load\-example\-account\Z # (\A|/)src\/backend\/file\/test\/test\-xml\-commodity\Z # (\A|/)src\/backend\/file\/test\/test\-xml\-pricedb\Z # (\A|/)src\/backend\/file\/test\/test\-xml\-transaction\Z # (\A|/)src\/backend\/file\/test\/test\-save\-in\-lang\Z # (\A|/)src\/backend\/file\/test\/\.deps\Z # (\A|/)src\/backend\/file\/test\/\.libs\Z # (\A|/)src\/backend\/file\/test\/Makefile\.in\Z # (\A|/)src\/backend\/file\/test\/.*\.la\Z # (\A|/)src\/backend\/file\/test\/.*\.lo\Z # (\A|/)src\/backend\/file\/test\/test\-files\/Makefile\Z # (\A|/)src\/backend\/file\/test\/test\-files\/Makefile\.in\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml1\/.*\.LNK\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml1\/.*\.LCK\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml1\/.*\.xac\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml2\/.*\.LNK\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml2\/.*\.LCK\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml2\/.*\.xac\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml2\/.*\.log\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml2\/Makefile\Z # (\A|/)src\/backend\/file\/test\/test\-files\/xml2\/Makefile\.in\Z # (\A|/)src\/backend\/net\/\.deps\Z # (\A|/)src\/backend\/net\/Makefile\Z # (\A|/)src\/backend\/net\/Makefile\.in\Z # (\A|/)src\/backend\/postgres\/\.deps\Z # (\A|/)src\/backend\/postgres\/\.libs\Z # (\A|/)src\/backend\/postgres\/.*\.lo\Z # (\A|/)src\/backend\/postgres\/.*\.la\Z # (\A|/)src\/backend\/postgres\/Makefile\Z # (\A|/)src\/backend\/postgres\/Makefile\.in\Z # (\A|/)src\/backend\/postgres\/a\.out\Z # (\A|/)src\/backend\/postgres\/base\-autogen\.c\Z # (\A|/)src\/backend\/postgres\/base\-autogen\.h\Z # (\A|/)src\/backend\/postgres\/check\-autogen\.c\Z # (\A|/)src\/backend\/postgres\/check\-autogen\.h\Z # (\A|/)src\/backend\/postgres\/functions\.c\Z # (\A|/)src\/backend\/postgres\/kvp\-autogen\.c\Z # (\A|/)src\/backend\/postgres\/kvp\-autogen\.h\Z # (\A|/)src\/backend\/postgres\/table\-audit\.c\Z # (\A|/)src\/backend\/postgres\/table\-create\.c\Z # (\A|/)src\/backend\/postgres\/table\-drop\.c\Z # (\A|/)src\/backend\/postgres\/table\-version\.c\Z # (\A|/)src\/backend\/postgres\/test\/\.deps\Z # (\A|/)src\/backend\/postgres\/test\/Makefile\Z # (\A|/)src\/backend\/postgres\/test\/Makefile\.in\Z # (\A|/)src\/backend\/postgres\/test\/gnc_test.*\Z # (\A|/)src\/backend\/postgres\/test\/test\-db\Z # (\A|/)src\/backend\/postgres\/test\/test\-escape\Z # (\A|/)src\/backend\/postgres\/test\/test_file_.*\Z # (\A|/)src\/backend\/postgres\/test\/test\-period\Z # (\A|/)src\/backend\/postgres\/test\/\.libs\Z # (\A|/)src\/backend\/rpc\/\.deps\Z # (\A|/)src\/backend\/rpc\/\.libs\Z # (\A|/)src\/backend\/rpc\/.*\.lo\Z # (\A|/)src\/backend\/rpc\/.*\.la\Z # (\A|/)src\/backend\/rpc\/Makefile\Z # (\A|/)src\/backend\/rpc\/Makefile\.in\Z # (\A|/)src\/backend\/rpc\/gncRpc_xdr\.c\Z # (\A|/)src\/bin\/\.deps\Z # (\A|/)src\/bin\/\.libs\Z # (\A|/)src\/bin\/.*\.diff\Z # (\A|/)src\/bin\/.*\.diffs\Z # (\A|/)src\/bin\/.*\.patch\Z # (\A|/)src\/bin\/.*\.log\Z # (\A|/)src\/bin\/.*\.xac\..*\.xac\Z # (\A|/)src\/bin\/Makefile\Z # (\A|/)src\/bin\/Makefile\.in\Z # (\A|/)src\/bin\/gnucash\Z # (\A|/)src\/bin\/gnucash\-env\Z # (\A|/)src\/bin\/gnucash\-make\-guids\Z # (\A|/)src\/bin\/gnucash\-run\-script\Z # (\A|/)src\/bin\/strsub\Z # (\A|/)src\/bin\/overrides\/Makefile\Z # (\A|/)src\/bin\/overrides\/Makefile\.in\Z # (\A|/)src\/bin\/overrides\/gnucash\-build\-env\Z # (\A|/)src\/bin\/overrides\/gnucash\-env\Z # (\A|/)src\/bin\/overrides\/guile\Z # (\A|/)src\/bin\/test\/Makefile\Z # (\A|/)src\/bin\/test\/Makefile\.in\Z # (\A|/)src\/bin\/test\/overrides\Z # (\A|/)src\/bin\/test\/overrides\.stamp\Z # (\A|/)src\/business\/Makefile\Z # (\A|/)src\/business\/Makefile\.in\Z # (\A|/)src\/business\/business\-core\/.*\.lo\Z # (\A|/)src\/business\/business\-core\/.*\.la\Z # (\A|/)src\/business\/business\-core\/\.deps\Z # (\A|/)src\/business\/business\-core\/\.libs\Z # (\A|/)src\/business\/business\-core\/\.scm\-links\Z # (\A|/)src\/business\/business\-core\/Makefile\Z # (\A|/)src\/business\/business\-core\/Makefile\.in\Z # (\A|/)src\/business\/business\-core\/gw\-business\-core\.c\Z # (\A|/)src\/business\/business\-core\/gw\-business\-core\.h\Z # (\A|/)src\/business\/business\-core\/gw\-business\-core\.html\Z # (\A|/)src\/business\/business\-core\/gw\-business\-core\.scm\Z # (\A|/)src\/business\/business\-core\/file\/.*\.lo\Z # (\A|/)src\/business\/business\-core\/file\/.*\.la\Z # (\A|/)src\/business\/business\-core\/file\/\.deps\Z # (\A|/)src\/business\/business\-core\/file\/\.libs\Z # (\A|/)src\/business\/business\-core\/file\/Makefile\Z # (\A|/)src\/business\/business\-core\/file\/Makefile\.in\Z # (\A|/)src\/business\/business\-core\/test\/.*\.la\Z # (\A|/)src\/business\/business\-core\/test\/.*\.lo\Z # (\A|/)src\/business\/business\-core\/test\/\.deps\Z # (\A|/)src\/business\/business\-core\/test\/\.libs\Z # (\A|/)src\/business\/business\-core\/test\/Makefile\Z # (\A|/)src\/business\/business\-core\/test\/Makefile\.in\Z # (\A|/)src\/business\/business\-core\/test\/test\-address\Z # (\A|/)src\/business\/business\-core\/test\/test\-business\Z # (\A|/)src\/business\/business\-core\/test\/test\-customer\Z # (\A|/)src\/business\/business\-core\/test\/test\-employee\Z # (\A|/)src\/business\/business\-core\/test\/test\-job\Z # (\A|/)src\/business\/business\-core\/test\/test\-vendor\Z # (\A|/)src\/business\/business\-core\/test\/test\-load\-module\Z # (\A|/)src\/business\/business\-gnome\/.*\.la\Z # (\A|/)src\/business\/business\-gnome\/.*\.lo\Z # (\A|/)src\/business\/business\-gnome\/\.deps\Z # (\A|/)src\/business\/business\-gnome\/\.libs\Z # (\A|/)src\/business\/business\-gnome\/\.scm\-links\Z # (\A|/)src\/business\/business\-gnome\/Makefile\Z # (\A|/)src\/business\/business\-gnome\/Makefile\.in\Z # (\A|/)src\/business\/business\-gnome\/gw\-business\-gnome\.c\Z # (\A|/)src\/business\/business\-gnome\/gw\-business\-gnome\.h\Z # (\A|/)src\/business\/business\-gnome\/gw\-business\-gnome\.html\Z # (\A|/)src\/business\/business\-gnome\/gw\-business\-gnome\.scm\Z # (\A|/)src\/business\/business\-gnome\/glade\/Makefile\Z # (\A|/)src\/business\/business\-gnome\/glade\/Makefile\.in\Z # (\A|/)src\/business\/business\-ledger\/.*\.lo\Z # (\A|/)src\/business\/business\-ledger\/.*\.la\Z # (\A|/)src\/business\/business\-ledger\/\.deps\Z # (\A|/)src\/business\/business\-ledger\/\.libs\Z # (\A|/)src\/business\/business\-ledger\/Makefile\Z # (\A|/)src\/business\/business\-ledger\/Makefile\.in\Z # (\A|/)src\/business\/business\-reports\/\.scm\-links\Z # (\A|/)src\/business\/business\-reports\/gnucash\Z # (\A|/)src\/business\/business\-reports\/report\Z # (\A|/)src\/business\/business\-reports\/Makefile\Z # (\A|/)src\/business\/business\-reports\/Makefile\.in\Z # (\A|/)src\/business\/business\-utils\/.*\.la\Z # (\A|/)src\/business\/business\-utils\/.*\.lo\Z # (\A|/)src\/business\/business\-utils\/\.deps\Z # (\A|/)src\/business\/business\-utils\/\.libs\Z # (\A|/)src\/business\/business\-utils\/\.scm\-links\Z # (\A|/)src\/business\/business\-utils\/Makefile\Z # (\A|/)src\/business\/business\-utils\/Makefile\.in\Z # (\A|/)src\/business\/dialog\-tax\-table\/.*\.la\Z # (\A|/)src\/business\/dialog\-tax\-table\/.*\.lo\Z # (\A|/)src\/business\/dialog\-tax\-table\/\.deps\Z # (\A|/)src\/business\/dialog\-tax\-table\/\.libs\Z # (\A|/)src\/business\/dialog\-tax\-table\/\.scm\-links\Z # (\A|/)src\/business\/dialog\-tax\-table\/Makefile\Z # (\A|/)src\/business\/dialog\-tax\-table\/Makefile\.in\Z # (\A|/)src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.c\Z # (\A|/)src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.h\Z # (\A|/)src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.html\Z # (\A|/)src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.scm\Z # (\A|/)src\/calculation\/Makefile\Z # (\A|/)src\/calculation\/Makefile\.in\Z # (\A|/)src\/calculation\/\.deps\Z # (\A|/)src\/calculation\/fini\Z # (\A|/)src\/calculation\/financial\Z # (\A|/)src\/calculation\/\.libs\Z # (\A|/)src\/calculation\/.*\.lo\Z # (\A|/)src\/calculation\/.*\.la\Z # (\A|/)src\/calculation\/test\/Makefile\Z # (\A|/)src\/calculation\/test\/Makefile\.in\Z # (\A|/)src\/calculation\/test\/\.deps\Z # (\A|/)src\/calculation\/test\/\.libs\Z # (\A|/)src\/calculation\/test\/test\-link\Z # (\A|/)src\/core\-utils\/.*\.la\Z # (\A|/)src\/core\-utils\/.*\.lo\Z # (\A|/)src\/core\-utils\/\.deps\Z # (\A|/)src\/core\-utils\/\.libs\Z # (\A|/)src\/core\-utils\/\.scm\-links\Z # (\A|/)src\/core\-utils\/Makefile\Z # (\A|/)src\/core\-utils\/Makefile\.in\Z # (\A|/)src\/core\-utils\/gw\-core\-utils\.c\Z # (\A|/)src\/core\-utils\/gw\-core\-utils\.h\Z # (\A|/)src\/core\-utils\/gw\-core\-utils\.html\Z # (\A|/)src\/core\-utils\/gw\-core\-utils\.scm\Z # (\A|/)src\/doc\/doxygen\.cfg\Z # (\A|/)src\/doc\/doxygen\.log\Z # (\A|/)src\/doc\/html\Z # (\A|/)src\/doc\/Makefile\Z # (\A|/)src\/doc\/Makefile\.in\Z # (\A|/)src\/doc\/design\/Makefile\Z # (\A|/)src\/doc\/design\/Makefile\.in\Z # (\A|/)src\/doc\/design\/version\.texi\Z # (\A|/)src\/doc\/design\/stamp\-vti\Z # (\A|/)src\/doc\/design\/gnucash\-design\.tps\Z # (\A|/)src\/doc\/design\/gnucash\-design\.fns\Z # (\A|/)src\/doc\/design\/gnucash\-design\.cps\Z # (\A|/)src\/doc\/design\/gnucash\-design\.toc\Z # (\A|/)src\/doc\/design\/gnucash\-design\.pg\Z # (\A|/)src\/doc\/design\/gnucash\-design\.ky\Z # (\A|/)src\/doc\/design\/gnucash\-design\.tp\Z # (\A|/)src\/doc\/design\/gnucash\-design\.vr\Z # (\A|/)src\/doc\/design\/gnucash\-design\.fn\Z # (\A|/)src\/doc\/design\/gnucash\-design\.cp\Z # (\A|/)src\/doc\/design\/gnucash\-design\.ps\Z # (\A|/)src\/doc\/design\/gnucash\-design\.dvi\Z # (\A|/)src\/doc\/design\/gnucash\-design\.aux\Z # (\A|/)src\/doc\/design\/.*\.info\Z # (\A|/)src\/doc\/design\/.*\.info\-.*\Z # (\A|/)src\/doc\/design\/.*\.html\Z # (\A|/)src\/doc\/design\/texinfo\.tex\Z # (\A|/)src\/doc\/xml\/Makefile\Z # (\A|/)src\/doc\/xml\/Makefile\.in\Z # (\A|/)src\/engine\/.*\.lo\Z # (\A|/)src\/engine\/.*\.la\Z # (\A|/)src\/engine\/\.deps\Z # (\A|/)src\/engine\/\.libs\Z # (\A|/)src\/engine\/\.scm\-links\Z # (\A|/)src\/engine\/Makefile\Z # (\A|/)src\/engine\/Makefile\.in\Z # (\A|/)src\/engine\/gw\-engine\.scm\Z # (\A|/)src\/engine\/gw\-engine\.c\Z # (\A|/)src\/engine\/gw\-engine\.h\Z # (\A|/)src\/engine\/gw\-engine\.html\Z # (\A|/)src\/engine\/gw\-glib\.scm\Z # (\A|/)src\/engine\/gw\-glib\.c\Z # (\A|/)src\/engine\/gw\-glib\.h\Z # (\A|/)src\/engine\/gw\-glib\.html\Z # (\A|/)src\/engine\/gw\-kvp\.scm\Z # (\A|/)src\/engine\/gw\-kvp\.c\Z # (\A|/)src\/engine\/gw\-kvp\.h\Z # (\A|/)src\/engine\/gw\-kvp\.html\Z # (\A|/)src\/engine\/iso\-4217\-currencies\.c\Z # (\A|/)src\/engine\/test\/.*\.log\Z # (\A|/)src\/engine\/test\/Makefile\Z # (\A|/)src\/engine\/test\/Makefile\.in\Z # (\A|/)src\/engine\/test\/\.deps\Z # (\A|/)src\/engine\/test\/\.libs\Z # (\A|/)src\/engine\/test\/test\-load\-engine\Z # (\A|/)src\/engine\/test\/test\-commodities\Z # (\A|/)src\/engine\/test\/test\-date\Z # (\A|/)src\/engine\/test\/test\-freq\-spec\Z # (\A|/)src\/engine\/test\/test\-guid\Z # (\A|/)src\/engine\/test\/test\-group\-vs\-book\Z # (\A|/)src\/engine\/test\/test\-link\Z # (\A|/)src\/engine\/test\/test\-lots\Z # (\A|/)src\/engine\/test\/test\-numeric\Z # (\A|/)src\/engine\/test\/test\-object\Z # (\A|/)src\/engine\/test\/test\-period\Z # (\A|/)src\/engine\/test\/test\-print\-queries\Z # (\A|/)src\/engine\/test\/test\-query\Z # (\A|/)src\/engine\/test\/test\-querynew\Z # (\A|/)src\/engine\/test\/test\-resolve\-file\-path\Z # (\A|/)src\/engine\/test\/test\-scm\-query\Z # (\A|/)src\/engine\/test\/test\-split\-vs\-account\Z # (\A|/)src\/engine\/test\/test\-transaction\-reversal\Z # (\A|/)src\/engine\/test\/test\-transaction\-voiding\Z # (\A|/)src\/engine\/test\-core\/Makefile\Z # (\A|/)src\/engine\/test\-core\/Makefile\.in\Z # (\A|/)src\/engine\/test\-core\/\.deps\Z # (\A|/)src\/engine\/test\-core\/\.libs\Z # (\A|/)src\/engine\/test\-core\/.*\.lo\Z # (\A|/)src\/engine\/test\-core\/.*\.la\Z # (\A|/)src\/experimental\/Makefile\Z # (\A|/)src\/experimental\/Makefile\.in\Z # (\A|/)src\/experimental\/cbb\/Makefile\Z # (\A|/)src\/experimental\/cbb\/Makefile\.in\Z # (\A|/)src\/experimental\/cbb\/cbb\-engine\/Makefile\Z # (\A|/)src\/experimental\/cbb\/cbb\-engine\/Makefile\.in\Z # (\A|/)src\/experimental\/cgi\-bin\/Makefile\Z # (\A|/)src\/experimental\/cgi\-bin\/Makefile\.in\Z # (\A|/)src\/experimental\/cgi\-bin\/mbox\.out\Z # (\A|/)src\/experimental\/cgi\-bin\/\.deps\Z # (\A|/)src\/experimental\/gg\/Makefile\Z # (\A|/)src\/experimental\/gg\/Makefile\.in\Z # (\A|/)src\/experimental\/ofx\/explore\/Makefile\Z # (\A|/)src\/experimental\/ofx\/explore\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/Makefile\Z # (\A|/)src\/gnc\-module\/gw\-gnc\-module\.scm\Z # (\A|/)src\/gnc\-module\/gw\-gnc\-module\.c\Z # (\A|/)src\/gnc\-module\/gw\-gnc\-module\.h\Z # (\A|/)src\/gnc\-module\/gw\-gnc\-module\.html\Z # (\A|/)src\/gnc\-module\/\.scm\-links\Z # (\A|/)src\/gnc\-module\/\.deps\Z # (\A|/)src\/gnc\-module\/\.libs\Z # (\A|/)src\/gnc\-module\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/.*\.lo\Z # (\A|/)src\/gnc\-module\/.*\.la\Z # (\A|/)src\/gnc\-module\/test\/Makefile\Z # (\A|/)src\/gnc\-module\/test\/test\-load\-c\Z # (\A|/)src\/gnc\-module\/test\/test\-modsysver\Z # (\A|/)src\/gnc\-module\/test\/test\-incompatdep\Z # (\A|/)src\/gnc\-module\/test\/test\-agedver\Z # (\A|/)src\/gnc\-module\/test\/test\-dynload\Z # (\A|/)src\/gnc\-module\/test\/\.deps\Z # (\A|/)src\/gnc\-module\/test\/\.libs\Z # (\A|/)src\/gnc\-module\/test\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/Makefile\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/.*\.so\..*\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/\.deps\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/\.libs\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/.*\.lo\Z # (\A|/)src\/gnc\-module\/test\/misc\-mods\/.*\.la\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/Makefile\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/.*\.so\..*\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.c\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.h\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.html\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/\.deps\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/\.libs\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/.*\.lo\Z # (\A|/)src\/gnc\-module\/test\/mod\-bar\/.*\.la\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/Makefile\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/.*\.so\..*\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.c\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.h\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.html\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/\.deps\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/\.libs\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/.*\.lo\Z # (\A|/)src\/gnc\-module\/test\/mod\-baz\/.*\.la\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/Makefile\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/.*\.so\..*\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.c\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.h\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.html\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/\.deps\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/\.libs\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/Makefile\.in\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/.*\.lo\Z # (\A|/)src\/gnc\-module\/test\/mod\-foo\/.*\.la\Z # (\A|/)src\/gnome\/.*\.diff\Z # (\A|/)src\/gnome\/.*\.la\Z # (\A|/)src\/gnome\/.*\.lo\Z # (\A|/)src\/gnome\/\.deps\Z # (\A|/)src\/gnome\/\.libs\Z # (\A|/)src\/gnome\/\.scm\-links\Z # (\A|/)src\/gnome\/Makefile\Z # (\A|/)src\/gnome\/Makefile\.in\Z # (\A|/)src\/gnome\/gnc\-dir\.h\Z # (\A|/)src\/gnome\/gnucash\.desktop\Z # (\A|/)src\/gnome\/gnucash\.keys\Z # (\A|/)src\/gnome\/gnucash\.c\Z # (\A|/)src\/gnome\/gw\-gnc\.scm\Z # (\A|/)src\/gnome\/gw\-gnc\.h\Z # (\A|/)src\/gnome\/gw\-gnc\.c\Z # (\A|/)src\/gnome\/gw\-gnc\.html\Z # (\A|/)src\/gnome\/i18n\.h\Z # (\A|/)src\/gnome\/gnc\-version\.h\Z # (\A|/)src\/gnome\/glade\/Makefile\Z # (\A|/)src\/gnome\/glade\/Makefile\.in\Z # (\A|/)src\/gnome\-search\/.*\.lo\Z # (\A|/)src\/gnome\-search\/.*\.la\Z # (\A|/)src\/gnome\-search\/\.deps\Z # (\A|/)src\/gnome\-search\/\.libs\Z # (\A|/)src\/gnome\-search\/\.scm\-links\Z # (\A|/)src\/gnome\-search\/Makefile\Z # (\A|/)src\/gnome\-search\/Makefile\.in\Z # (\A|/)src\/gnome\-search\/gw\-gnome\-search\.c\Z # (\A|/)src\/gnome\-search\/gw\-gnome\-search\.h\Z # (\A|/)src\/gnome\-search\/gw\-gnome\-search\.html\Z # (\A|/)src\/gnome\-search\/gw\-gnome\-search\.scm\Z # (\A|/)src\/gnome\-utils\/Makefile\Z # (\A|/)src\/gnome\-utils\/Makefile\.in\Z # (\A|/)src\/gnome\-utils\/.*\.lo\Z # (\A|/)src\/gnome\-utils\/.*\.la\Z # (\A|/)src\/gnome\-utils\/\.deps\Z # (\A|/)src\/gnome\-utils\/\.libs\Z # (\A|/)src\/gnome\-utils\/\.scm\-links\Z # (\A|/)src\/gnome\-utils\/gnc\-dir\.h\Z # (\A|/)src\/gnome\-utils\/gw\-gnome\-utils\.html\Z # (\A|/)src\/gnome\-utils\/gw\-gnome\-utils\.h\Z # (\A|/)src\/gnome\-utils\/gw\-gnome\-utils\.scm\Z # (\A|/)src\/gnome\-utils\/gw\-gnome\-utils\.c\Z # (\A|/)src\/gnome\-utils\/gnc\-version\.h\Z # (\A|/)src\/gnome\-utils\/test\/Makefile\Z # (\A|/)src\/gnome\-utils\/test\/Makefile\.in\Z # (\A|/)src\/gnome\-utils\/test\/\.deps\Z # (\A|/)src\/gnome\-utils\/test\/\.libs\Z # (\A|/)src\/gnome\-utils\/test\/test\-link\-module\Z # (\A|/)src\/import\-export\/.*\.la\Z # (\A|/)src\/import\-export\/.*\.lo\Z # (\A|/)src\/import\-export\/\.deps\Z # (\A|/)src\/import\-export\/\.libs\Z # (\A|/)src\/import\-export\/\.scm\-links\Z # (\A|/)src\/import\-export\/Makefile\Z # (\A|/)src\/import\-export\/Makefile\.in\Z # (\A|/)src\/import\-export\/binary\-import\/Makefile\Z # (\A|/)src\/import\-export\/binary\-import\/Makefile\.in\Z # (\A|/)src\/import\-export\/binary\-import\/\.deps\Z # (\A|/)src\/import\-export\/binary\-import\/\.libs\Z # (\A|/)src\/import\-export\/binary\-import\/.*\.diff\Z # (\A|/)src\/import\-export\/binary\-import\/.*\.lo\Z # (\A|/)src\/import\-export\/binary\-import\/.*\.la\Z # (\A|/)src\/import\-export\/binary\-import\/\.scm\-links\Z # (\A|/)src\/import\-export\/binary\-import\/gw\-binary\-import\.scm\Z # (\A|/)src\/import\-export\/binary\-import\/gw\-binary\-import\.c\Z # (\A|/)src\/import\-export\/binary\-import\/gw\-binary\-import\.h\Z # (\A|/)src\/import\-export\/binary\-import\/gw\-binary\-import\.html\Z # (\A|/)src\/import\-export\/binary\-import\/test\/Makefile\Z # (\A|/)src\/import\-export\/binary\-import\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/binary\-import\/test\/\.deps\Z # (\A|/)src\/import\-export\/binary\-import\/test\/\.libs\Z # (\A|/)src\/import\-export\/binary\-import\/test\/test\-link\-module\Z # (\A|/)src\/import\-export\/hbci\/\.deps\Z # (\A|/)src\/import\-export\/hbci\/\.libs\Z # (\A|/)src\/import\-export\/hbci\/\.scm\-links\Z # (\A|/)src\/import\-export\/hbci\/.*\.la\Z # (\A|/)src\/import\-export\/hbci\/.*\.lo\Z # (\A|/)src\/import\-export\/hbci\/Makefile\Z # (\A|/)src\/import\-export\/hbci\/Makefile\.in\Z # (\A|/)src\/import\-export\/hbci\/glade\/Makefile\Z # (\A|/)src\/import\-export\/hbci\/glade\/Makefile\.in\Z # (\A|/)src\/import\-export\/hbci\/test\/\.deps\Z # (\A|/)src\/import\-export\/hbci\/test\/\.libs\Z # (\A|/)src\/import\-export\/hbci\/test\/Makefile\Z # (\A|/)src\/import\-export\/hbci\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/hbci\/test\/test\-link\-module\Z # (\A|/)src\/import\-export\/log\-replay\/.*\.lo\Z # (\A|/)src\/import\-export\/log\-replay\/.*\.la\Z # (\A|/)src\/import\-export\/log\-replay\/\.deps\Z # (\A|/)src\/import\-export\/log\-replay\/\.libs\Z # (\A|/)src\/import\-export\/log\-replay\/Makefile\Z # (\A|/)src\/import\-export\/log\-replay\/Makefile\.in\Z # (\A|/)src\/import\-export\/mt940\/\.deps\Z # (\A|/)src\/import\-export\/mt940\/\.libs\Z # (\A|/)src\/import\-export\/mt940\/\.scm\-links\Z # (\A|/)src\/import\-export\/mt940\/.*\.la\Z # (\A|/)src\/import\-export\/mt940\/.*\.lo\Z # (\A|/)src\/import\-export\/mt940\/Makefile\Z # (\A|/)src\/import\-export\/mt940\/Makefile\.in\Z # (\A|/)src\/import\-export\/ofx\/.*\.lo\Z # (\A|/)src\/import\-export\/ofx\/.*\.la\Z # (\A|/)src\/import\-export\/ofx\/\.deps\Z # (\A|/)src\/import\-export\/ofx\/\.libs\Z # (\A|/)src\/import\-export\/ofx\/Makefile\Z # (\A|/)src\/import\-export\/ofx\/Makefile\.in\Z # (\A|/)src\/import\-export\/ofx\/test\/\.deps\Z # (\A|/)src\/import\-export\/ofx\/test\/\.libs\Z # (\A|/)src\/import\-export\/ofx\/test\/Makefile\Z # (\A|/)src\/import\-export\/ofx\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/ofx\/test\/test\-link\Z # (\A|/)src\/import\-export\/qif\/\.deps\Z # (\A|/)src\/import\-export\/qif\/\.libs\Z # (\A|/)src\/import\-export\/qif\/\.scm\-links\Z # (\A|/)src\/import\-export\/qif\/.*\.la\Z # (\A|/)src\/import\-export\/qif\/.*\.lo\Z # (\A|/)src\/import\-export\/qif\/Makefile\Z # (\A|/)src\/import\-export\/qif\/Makefile\.in\Z # (\A|/)src\/import\-export\/qif\/test\/\.deps\Z # (\A|/)src\/import\-export\/qif\/test\/\.libs\Z # (\A|/)src\/import\-export\/qif\/test\/\.scm\-links\Z # (\A|/)src\/import\-export\/qif\/test\/.*\.la\Z # (\A|/)src\/import\-export\/qif\/test\/.*\.lo\Z # (\A|/)src\/import\-export\/qif\/test\/Makefile\Z # (\A|/)src\/import\-export\/qif\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/qif\/test\/test\-link\Z # (\A|/)src\/import\-export\/qif\/test\/test\-qif\Z # (\A|/)src\/import\-export\/qif\-import\/\.deps\Z # (\A|/)src\/import\-export\/qif\-import\/\.libs\Z # (\A|/)src\/import\-export\/qif\-import\/\.scm\-links\Z # (\A|/)src\/import\-export\/qif\-import\/.*\.la\Z # (\A|/)src\/import\-export\/qif\-import\/.*\.lo\Z # (\A|/)src\/import\-export\/qif\-import\/Makefile\Z # (\A|/)src\/import\-export\/qif\-import\/Makefile\.in\Z # (\A|/)src\/import\-export\/qif\-import\/test\/\.deps\Z # (\A|/)src\/import\-export\/qif\-import\/test\/\.libs\Z # (\A|/)src\/import\-export\/qif\-import\/test\/Makefile\Z # (\A|/)src\/import\-export\/qif\-import\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/qif\-import\/test\/test\-link\Z # (\A|/)src\/import\-export\/qif\-io\-core\/\.deps\Z # (\A|/)src\/import\-export\/qif\-io\-core\/\.scm\-links\Z # (\A|/)src\/import\-export\/qif\-io\-core\/Makefile\Z # (\A|/)src\/import\-export\/qif\-io\-core\/Makefile\.in\Z # (\A|/)src\/import\-export\/qif\-io\-core\/test\/Makefile\Z # (\A|/)src\/import\-export\/qif\-io\-core\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/test\/.*\.la\Z # (\A|/)src\/import\-export\/test\/.*\.lo\Z # (\A|/)src\/import\-export\/test\/\.deps\Z # (\A|/)src\/import\-export\/test\/\.libs\Z # (\A|/)src\/import\-export\/test\/Makefile\Z # (\A|/)src\/import\-export\/test\/Makefile\.in\Z # (\A|/)src\/import\-export\/test\/test\-import\-parse\Z # (\A|/)src\/import\-export\/test\/test\-link\Z # (\A|/)src\/network\-utils\/Makefile\Z # (\A|/)src\/network\-utils\/Makefile\.in\Z # (\A|/)src\/network\-utils\/\.deps\Z # (\A|/)src\/network\-utils\/\.libs\Z # (\A|/)src\/network\-utils\/.*\.lo\Z # (\A|/)src\/network\-utils\/.*\.la\Z # (\A|/)src\/network\-utils\/.*\.diff\Z # (\A|/)src\/network\-utils\/gnc\-dir\.h\Z # (\A|/)src\/network\-utils\/test\/Makefile\Z # (\A|/)src\/network\-utils\/test\/Makefile\.in\Z # (\A|/)src\/network\-utils\/test\/\.deps\Z # (\A|/)src\/network\-utils\/test\/\.libs\Z # (\A|/)src\/network\-utils\/test\/test\-link\-module\Z # (\A|/)src\/optional\/.*\.lo\Z # (\A|/)src\/optional\/.*\.la\Z # (\A|/)src\/optional\/Makefile\Z # (\A|/)src\/optional\/Makefile\.in\Z # (\A|/)src\/optional\/swig\/Makefile\Z # (\A|/)src\/optional\/swig\/Makefile\.in\Z # (\A|/)src\/optional\/swig\/\.deps\Z # (\A|/)src\/optional\/swig\/\.libs\Z # (\A|/)src\/optional\/swig\/.*\.lo\Z # (\A|/)src\/optional\/swig\/.*\.la\Z # (\A|/)src\/optional\/swig\/gnucash\.engine\.i\Z # (\A|/)src\/optional\/swig\/gnucash\-engine\-perl5_wrap\.c\Z # (\A|/)src\/optional\/swig\/gnucash\-engine\-perl5_wrap_int\.c\Z # (\A|/)src\/optional\/swig\/gnucash\.engine_wrap\.doc\Z # (\A|/)src\/optional\/swig\/gnucash\.pm\Z # (\A|/)src\/optional\/swig\/examples\/Makefile\Z # (\A|/)src\/optional\/swig\/examples\/Makefile\.in\Z # (\A|/)src\/pixmaps\/Makefile\Z # (\A|/)src\/pixmaps\/Makefile\.in\Z # (\A|/)src\/quotes\/Makefile\Z # (\A|/)src\/quotes\/Makefile\.in\Z # (\A|/)src\/quotes\/finance\-quote\-check\Z # (\A|/)src\/quotes\/finance\-quote\-helper\Z # (\A|/)src\/quotes\/update\-finance\-quote\Z # (\A|/)src\/quotes\/histprices\Z # (\A|/)src\/register\/Makefile\Z # (\A|/)src\/register\/Makefile\.in\Z # (\A|/)src\/register\/ledger\-core\/Makefile\Z # (\A|/)src\/register\/ledger\-core\/\.deps\Z # (\A|/)src\/register\/ledger\-core\/\.libs\Z # (\A|/)src\/register\/ledger\-core\/Makefile\.in\Z # (\A|/)src\/register\/ledger\-core\/.*\.lo\Z # (\A|/)src\/register\/ledger\-core\/.*\.la\Z # (\A|/)src\/register\/ledger\-core\/test\/Makefile\Z # (\A|/)src\/register\/ledger\-core\/test\/Makefile\.in\Z # (\A|/)src\/register\/ledger\-core\/test\/\.deps\Z # (\A|/)src\/register\/ledger\-core\/test\/\.libs\Z # (\A|/)src\/register\/ledger\-core\/test\/test\-link\-module\Z # (\A|/)src\/register\/register\-core\/Makefile\Z # (\A|/)src\/register\/register\-core\/Makefile\.in\Z # (\A|/)src\/register\/register\-core\/\.deps\Z # (\A|/)src\/register\/register\-core\/\.libs\Z # (\A|/)src\/register\/register\-core\/\.scm\-links\Z # (\A|/)src\/register\/register\-core\/.*\.lo\Z # (\A|/)src\/register\/register\-core\/.*\.la\Z # (\A|/)src\/register\/register\-core\/gw\-register\-core\.c\Z # (\A|/)src\/register\/register\-core\/gw\-register\-core\.h\Z # (\A|/)src\/register\/register\-core\/gw\-register\-core\.html\Z # (\A|/)src\/register\/register\-core\/gw\-register\-core\.scm\Z # (\A|/)src\/register\/register\-core\/test\/Makefile\Z # (\A|/)src\/register\/register\-core\/test\/Makefile\.in\Z # (\A|/)src\/register\/register\-core\/test\/\.deps\Z # (\A|/)src\/register\/register\-core\/test\/\.libs\Z # (\A|/)src\/register\/register\-core\/test\/test\-link\-module\Z # (\A|/)src\/register\/register\-gnome\/Makefile\Z # (\A|/)src\/register\/register\-gnome\/Makefile\.in\Z # (\A|/)src\/register\/register\-gnome\/\.deps\Z # (\A|/)src\/register\/register\-gnome\/\.libs\Z # (\A|/)src\/register\/register\-gnome\/.*\.lo\Z # (\A|/)src\/register\/register\-gnome\/.*\.la\Z # (\A|/)src\/register\/register\-gnome\/test\/Makefile\Z # (\A|/)src\/register\/register\-gnome\/test\/Makefile\.in\Z # (\A|/)src\/register\/register\-gnome\/test\/\.deps\Z # (\A|/)src\/register\/register\-gnome\/test\/\.libs\Z # (\A|/)src\/register\/register\-gnome\/test\/test\-link\-module\Z # (\A|/)src\/report\/Makefile\Z # (\A|/)src\/report\/Makefile\.in\Z # (\A|/)src\/report\/locale\-specific\/Makefile\Z # (\A|/)src\/report\/locale\-specific\/Makefile\.in\Z # (\A|/)src\/report\/locale\-specific\/us\/Makefile\Z # (\A|/)src\/report\/locale\-specific\/us\/Makefile\.in\Z # (\A|/)src\/report\/locale\-specific\/us\/\.scm\-links\Z # (\A|/)src\/report\/locale\-specific\/us\/\.deps\Z # (\A|/)src\/report\/locale\-specific\/us\/\.libs\Z # (\A|/)src\/report\/locale\-specific\/us\/.*\.lo\Z # (\A|/)src\/report\/locale\-specific\/us\/.*\.la\Z # (\A|/)src\/report\/locale\-specific\/us\/test\/\.deps\Z # (\A|/)src\/report\/locale\-specific\/us\/test\/\.libs\Z # (\A|/)src\/report\/locale\-specific\/us\/test\/Makefile\Z # (\A|/)src\/report\/locale\-specific\/us\/test\/Makefile\.in\Z # (\A|/)src\/report\/locale\-specific\/us\/test\/test\-link\-module\Z # (\A|/)src\/report\/report\-gnome\/.*\.lo\Z # (\A|/)src\/report\/report\-gnome\/.*\.la\Z # (\A|/)src\/report\/report\-gnome\/\.scm\-links\Z # (\A|/)src\/report\/report\-gnome\/\.deps\Z # (\A|/)src\/report\/report\-gnome\/\.libs\Z # (\A|/)src\/report\/report\-gnome\/Makefile\Z # (\A|/)src\/report\/report\-gnome\/Makefile\.in\Z # (\A|/)src\/report\/report\-gnome\/gw\-report\-gnome\.scm\Z # (\A|/)src\/report\/report\-gnome\/gw\-report\-gnome\.html\Z # (\A|/)src\/report\/report\-gnome\/gw\-report\-gnome\.h\Z # (\A|/)src\/report\/report\-gnome\/gw\-report\-gnome\.c\Z # (\A|/)src\/report\/report\-gnome\/test\/Makefile\Z # (\A|/)src\/report\/report\-gnome\/test\/Makefile\.in\Z # (\A|/)src\/report\/report\-gnome\/test\/test\-link\-module\Z # (\A|/)src\/report\/report\-gnome\/test\/\.deps\Z # (\A|/)src\/report\/report\-gnome\/test\/\.libs\Z # (\A|/)src\/report\/report\-system\/Makefile\Z # (\A|/)src\/report\/report\-system\/Makefile\.in\Z # (\A|/)src\/report\/report\-system\/\.scm\-links\Z # (\A|/)src\/report\/report\-system\/\.deps\Z # (\A|/)src\/report\/report\-system\/\.libs\Z # (\A|/)src\/report\/report\-system\/.*\.lo\Z # (\A|/)src\/report\/report\-system\/.*\.la\Z # (\A|/)src\/report\/report\-system\/test\/Makefile\Z # (\A|/)src\/report\/report\-system\/test\/Makefile\.in\Z # (\A|/)src\/report\/report\-system\/test\/test\-link\-module\Z # (\A|/)src\/report\/report\-system\/test\/\.deps\Z # (\A|/)src\/report\/report\-system\/test\/\.libs\Z # (\A|/)src\/report\/standard\-reports\/Makefile\Z # (\A|/)src\/report\/standard\-reports\/Makefile\.in\Z # (\A|/)src\/report\/standard\-reports\/\.scm\-links\Z # (\A|/)src\/report\/standard\-reports\/\.deps\Z # (\A|/)src\/report\/standard\-reports\/\.libs\Z # (\A|/)src\/report\/standard\-reports\/.*\.lo\Z # (\A|/)src\/report\/standard\-reports\/.*\.la\Z # (\A|/)src\/report\/standard\-reports\/test\/Makefile\Z # (\A|/)src\/report\/standard\-reports\/test\/Makefile\.in\Z # (\A|/)src\/report\/stylesheets\/Makefile\Z # (\A|/)src\/report\/stylesheets\/Makefile\.in\Z # (\A|/)src\/report\/stylesheets\/\.scm\-links\Z # (\A|/)src\/report\/stylesheets\/\.deps\Z # (\A|/)src\/report\/stylesheets\/\.libs\Z # (\A|/)src\/report\/stylesheets\/.*\.lo\Z # (\A|/)src\/report\/stylesheets\/.*\.la\Z # (\A|/)src\/report\/stylesheets\/test\/Makefile\Z # (\A|/)src\/report\/stylesheets\/test\/Makefile\.in\Z # (\A|/)src\/report\/utility\-reports\/Makefile\Z # (\A|/)src\/report\/utility\-reports\/Makefile\.in\Z # (\A|/)src\/report\/utility\-reports\/\.scm\-links\Z # (\A|/)src\/report\/utility\-reports\/\.deps\Z # (\A|/)src\/report\/utility\-reports\/\.libs\Z # (\A|/)src\/report\/utility\-reports\/.*\.lo\Z # (\A|/)src\/report\/utility\-reports\/.*\.la\Z # (\A|/)src\/report\/utility\-reports\/test\/Makefile\Z # (\A|/)src\/report\/utility\-reports\/test\/Makefile\.in\Z # (\A|/)src\/scm\/Makefile\Z # (\A|/)src\/scm\/Makefile\.in\Z # (\A|/)src\/scm\/\.scm\-links\Z # (\A|/)src\/scm\/build\-config\.scm\Z # (\A|/)src\/scm\/gnumeric\/Makefile\Z # (\A|/)src\/scm\/gnumeric\/Makefile\.in\Z # (\A|/)src\/scm\/printing\/Makefile\Z # (\A|/)src\/scm\/printing\/Makefile\.in\Z # (\A|/)src\/tax\/Makefile\Z # (\A|/)src\/tax\/Makefile\.in\Z # (\A|/)src\/tax\/us\/Makefile\Z # (\A|/)src\/tax\/us\/Makefile\.in\Z # (\A|/)src\/tax\/us\/\.scm\-links\Z # (\A|/)src\/tax\/us\/\.deps\Z # (\A|/)src\/tax\/us\/\.libs\Z # (\A|/)src\/tax\/us\/.*\.lo\Z # (\A|/)src\/tax\/us\/.*\.la\Z # (\A|/)src\/tax\/us\/test\/\.deps\Z # (\A|/)src\/tax\/us\/test\/\.libs\Z # (\A|/)src\/tax\/us\/test\/Makefile\Z # (\A|/)src\/tax\/us\/test\/Makefile\.in\Z # (\A|/)src\/tax\/us\/test\/test\-link\-module\Z # (\A|/)src\/test\-core\/Makefile\Z # (\A|/)src\/test\-core\/Makefile\.in\Z # (\A|/)src\/test\-core\/\.deps\Z # (\A|/)src\/test\-core\/\.libs\Z # (\A|/)src\/test\-core\/.*\.lo\Z # (\A|/)src\/test\-core\/.*\.la\Z # \Atmp\/gnucash\/\.deps\Z # \Atmp\/gnucash\/\.libs\Z # \Atmp\/gnucash\/ABOUT\-NLS\Z # \Atmp\/gnucash\/COPYING\Z # \Atmp\/gnucash\/INSTALL\Z # \Atmp\/gnucash\/Makefile\Z # \Atmp\/gnucash\/Makefile\.in\Z # \Atmp\/gnucash\/TAGS\Z # \Atmp\/gnucash\/TAGS\.stamp\Z # \Atmp\/gnucash\/aclocal\.m4\Z # \Atmp\/gnucash\/autom4te\.cache\Z # \Atmp\/gnucash\/autom4te\-2\.53\.cache\Z # \Atmp\/gnucash\/configure\Z # \Atmp\/gnucash\/config\.cache\Z # \Atmp\/gnucash\/config\.guess\Z # \Atmp\/gnucash\/config\.sub\Z # \Atmp\/gnucash\/config\.log\Z # \Atmp\/gnucash\/config\.status\Z # \Atmp\/gnucash\/config\.h\Z # \Atmp\/gnucash\/config\.h\.in\Z # \Atmp\/gnucash\/config\.rpath\Z # \Atmp\/gnucash\/cscope\.out\Z # \Atmp\/gnucash\/cscope\.files\Z # \Atmp\/gnucash\/depcomp\Z # \Atmp\/gnucash\/etags\.files\Z # \Atmp\/gnucash\/gnucash\-config\Z # \Atmp\/gnucash\/install\-sh\Z # \Atmp\/gnucash\/intltool\-modules\Z # \Atmp\/gnucash\/intl\Z # \Atmp\/gnucash\/libtool\Z # \Atmp\/gnucash\/ltconfig\Z # \Atmp\/gnucash\/make\-gnucash\-patch\Z # \Atmp\/gnucash\/make\-gnucash\-potfiles\Z # \Atmp\/gnucash\/missing\Z # \Atmp\/gnucash\/stamp\-h\Z # \Atmp\/gnucash\/stamp\-h1\Z # \Atmp\/gnucash\/stamp\-h\.in\Z # \Atmp\/gnucash\/install\-stamp\Z # \Atmp\/gnucash\/tags\Z # \Atmp\/gnucash\/intltool\-extract\Z # \Atmp\/gnucash\/intltool\-extract\.in\Z # \Atmp\/gnucash\/intltool\-merge\Z # \Atmp\/gnucash\/intltool\-merge\.in\Z # \Atmp\/gnucash\/intltool\-update\Z # \Atmp\/gnucash\/intltool\-update\.in\Z # \Atmp\/gnucash\/tags\Z # \Atmp\/gnucash\/.*\.tar\.gz\Z # \Atmp\/gnucash\/.*\.log\Z # \Atmp\/gnucash\/.*\.patch\Z # \Atmp\/gnucash\/.*\.diff\Z # \Atmp\/gnucash\/.*\.diffs\Z # \Atmp\/gnucash\/.*\.xac\..*\.xac\Z # \Atmp\/gnucash\/accounts\/Makefile\Z # \Atmp\/gnucash\/accounts\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/C\/Makefile\Z # \Atmp\/gnucash\/accounts\/C\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/da\/Makefile\Z # \Atmp\/gnucash\/accounts\/da\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/de_CH\/Makefile\Z # \Atmp\/gnucash\/accounts\/de_CH\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/de_DE\/Makefile\Z # \Atmp\/gnucash\/accounts\/de_DE\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/el_GR\/Makefile\Z # \Atmp\/gnucash\/accounts\/el_GR\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/es_ES\/Makefile\Z # \Atmp\/gnucash\/accounts\/es_ES\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/fr_FR\/Makefile\Z # \Atmp\/gnucash\/accounts\/fr_FR\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/hu_HU\/Makefile\Z # \Atmp\/gnucash\/accounts\/hu_HU\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/it\/Makefile\Z # \Atmp\/gnucash\/accounts\/it\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/pt_BR\/Makefile\Z # \Atmp\/gnucash\/accounts\/pt_BR\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/pt_PT\/Makefile\Z # \Atmp\/gnucash\/accounts\/pt_PT\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/sk\/Makefile\Z # \Atmp\/gnucash\/accounts\/sk\/Makefile\.in\Z # \Atmp\/gnucash\/accounts\/tr_TR\/Makefile\Z # \Atmp\/gnucash\/accounts\/tr_TR\/Makefile\.in\Z # \Atmp\/gnucash\/debian\/Makefile\Z # \Atmp\/gnucash\/debian\/Makefile\.in\Z # \Atmp\/gnucash\/debian\/tmp\Z # \Atmp\/gnucash\/debian\/.*\.debhelper\Z # \Atmp\/gnucash\/debian\/files\Z # \Atmp\/gnucash\/debian\/substvars\Z # \Atmp\/gnucash\/doc\/Makefile\Z # \Atmp\/gnucash\/doc\/Makefile\.in\Z # \Atmp\/gnucash\/doc\/gnucash\.1\Z # \Atmp\/gnucash\/doc\/gnc\-prices\.1\Z # \Atmp\/gnucash\/doc\/examples\/Makefile\Z # \Atmp\/gnucash\/doc\/examples\/Makefile\.in\Z # \Atmp\/gnucash\/doc\/examples\/.*\.log\Z # \Atmp\/gnucash\/doc\/examples\/.*\.xac\..*\.xac\Z # \Atmp\/gnucash\/intl\-scm\/Makefile\Z # \Atmp\/gnucash\/intl\-scm\/Makefile\.in\Z # \Atmp\/gnucash\/intl\-scm\/guile\-strings\.c\Z # \Atmp\/gnucash\/lib\/Makefile\Z # \Atmp\/gnucash\/lib\/Makefile\.in\Z # \Atmp\/gnucash\/lib\/guile\-www\/\.scm\-links\Z # \Atmp\/gnucash\/lib\/guile\-www\/Makefile\Z # \Atmp\/gnucash\/lib\/guile\-www\/Makefile\.in\Z # \Atmp\/gnucash\/lib\/guile\-www\/config\.cache\Z # \Atmp\/gnucash\/lib\/guile\-www\/config\.log\Z # \Atmp\/gnucash\/lib\/guile\-www\/config\.status\Z # \Atmp\/gnucash\/lib\/libc\/Makefile\Z # \Atmp\/gnucash\/lib\/libc\/Makefile\.in\Z # \Atmp\/gnucash\/lib\/libc\/\.deps\Z # \Atmp\/gnucash\/lib\/libc\/\.libs\Z # \Atmp\/gnucash\/lib\/libc\/.*\.lo\Z # \Atmp\/gnucash\/lib\/libc\/.*\.la\Z # \Atmp\/gnucash\/lib\/srfi\/Makefile\Z # \Atmp\/gnucash\/lib\/srfi\/Makefile\.in\Z # \Atmp\/gnucash\/m4\/Makefile\Z # \Atmp\/gnucash\/m4\/Makefile\.in\Z # \Atmp\/gnucash\/m4\/.*\.m4\Z # \Atmp\/gnucash\/macros\/Makefile\.in\Z # \Atmp\/gnucash\/macros\/Makefile\Z # \Atmp\/gnucash\/macros\/macros\.dep\Z # \Atmp\/gnucash\/macros\/gnome\-macros\.dep\Z # \Atmp\/gnucash\/po\/\.intltool\-merge\-cache\Z # \Atmp\/gnucash\/po\/\.pot\Z # \Atmp\/gnucash\/po\/.*\.gmo\Z # \Atmp\/gnucash\/po\/.*\.header\Z # \Atmp\/gnucash\/po\/.*\.mo\Z # \Atmp\/gnucash\/po\/.*\.pox\Z # \Atmp\/gnucash\/po\/.*\.sed\Z # \Atmp\/gnucash\/po\/.*\.sin\Z # \Atmp\/gnucash\/po\/ChangeLog\Z # \Atmp\/gnucash\/po\/Makefile\Z # \Atmp\/gnucash\/po\/Makefile\.in\Z # \Atmp\/gnucash\/po\/Makefile\.in\.in\Z # \Atmp\/gnucash\/po\/Makevars\.template\Z # \Atmp\/gnucash\/po\/POTFILES\Z # \Atmp\/gnucash\/po\/Rules\-quot\Z # \Atmp\/gnucash\/po\/gnucash\.pot\Z # \Atmp\/gnucash\/po\/messages\Z # \Atmp\/gnucash\/po\/stamp\-po\Z # \Atmp\/gnucash\/po\/glossary\/.*\.gmo\Z # \Atmp\/gnucash\/po\/glossary\/.*\.pox\Z # \Atmp\/gnucash\/po\/glossary\/.*\.mo\Z # \Atmp\/gnucash\/po\/glossary\/Makefile\Z # \Atmp\/gnucash\/po\/glossary\/Makefile\.in\Z # \Atmp\/gnucash\/po\/glossary\/.*\.pot\Z # \Atmp\/gnucash\/rpm\/Makefile\Z # \Atmp\/gnucash\/rpm\/Makefile\.in\Z # \Atmp\/gnucash\/rpm\/gnucash\.spec\Z # \Atmp\/gnucash\/src\/Makefile\Z # \Atmp\/gnucash\/src\/Makefile\.in\Z # \Atmp\/gnucash\/src\/.*\.diff\Z # \Atmp\/gnucash\/src\/.*\.diffs\Z # \Atmp\/gnucash\/src\/.*\.patch\Z # \Atmp\/gnucash\/src\/.*\.log\Z # \Atmp\/gnucash\/src\/.*\.xac\..*\.xac\Z # \Atmp\/gnucash\/src\/\.deps\Z # \Atmp\/gnucash\/src\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-dir\.h\Z # \Atmp\/gnucash\/src\/app\-file\/Makefile\Z # \Atmp\/gnucash\/src\/app\-file\/Makefile\.in\Z # \Atmp\/gnucash\/src\/app\-file\/\.scm\-links\Z # \Atmp\/gnucash\/src\/app\-file\/gw\-app\-file\.scm\Z # \Atmp\/gnucash\/src\/app\-file\/gw\-app\-file\.c\Z # \Atmp\/gnucash\/src\/app\-file\/gw\-app\-file\.h\Z # \Atmp\/gnucash\/src\/app\-file\/gw\-app\-file\.html\Z # \Atmp\/gnucash\/src\/app\-file\/.*\.lo\Z # \Atmp\/gnucash\/src\/app\-file\/.*\.la\Z # \Atmp\/gnucash\/src\/app\-file\/\.deps\Z # \Atmp\/gnucash\/src\/app\-file\/\.libs\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/Makefile\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/Makefile\.in\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/.*\.lo\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/.*\.la\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/\.deps\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/\.libs\Z # \Atmp\/gnucash\/src\/app\-file\/gnome\/\.scm\-links\Z # \Atmp\/gnucash\/src\/app\-file\/test\/\.deps\Z # \Atmp\/gnucash\/src\/app\-file\/test\/\.libs\Z # \Atmp\/gnucash\/src\/app\-file\/test\/Makefile\Z # \Atmp\/gnucash\/src\/app\-file\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/app\-file\/test\/test\-link\Z # \Atmp\/gnucash\/src\/app\-utils\/.*\.la\Z # \Atmp\/gnucash\/src\/app\-utils\/.*\.lo\Z # \Atmp\/gnucash\/src\/app\-utils\/\.deps\Z # \Atmp\/gnucash\/src\/app\-utils\/\.libs\Z # \Atmp\/gnucash\/src\/app\-utils\/\.scm\-links\Z # \Atmp\/gnucash\/src\/app\-utils\/Makefile\Z # \Atmp\/gnucash\/src\/app\-utils\/Makefile\.in\Z # \Atmp\/gnucash\/src\/app\-utils\/gw\-app\-utils\.scm\Z # \Atmp\/gnucash\/src\/app\-utils\/gw\-app\-utils\.c\Z # \Atmp\/gnucash\/src\/app\-utils\/gw\-app\-utils\.h\Z # \Atmp\/gnucash\/src\/app\-utils\/gw\-app\-utils\.html\Z # \Atmp\/gnucash\/src\/app\-utils\/i18n\.h\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/Makefile\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/test\-exp\-parser\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/test\-print\-parse\-amount\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/test\-print\-queries\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/test\-scm\-query\-string\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/\.deps\Z # \Atmp\/gnucash\/src\/app\-utils\/test\/\.libs\Z # \Atmp\/gnucash\/src\/backend\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/file\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/file\/\.deps\Z # \Atmp\/gnucash\/src\/backend\/file\/\.libs\Z # \Atmp\/gnucash\/src\/backend\/file\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/file\/.*\.lo\Z # \Atmp\/gnucash\/src\/backend\/file\/.*\.la\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-date\-converting\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-dom\-converters1\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-kvp\-frames\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-string\-converters\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-xml\-account\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-xml2\-is\-file\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-load\-xml2\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-load\-example\-account\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-xml\-commodity\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-xml\-pricedb\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-xml\-transaction\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-save\-in\-lang\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/\.deps\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/\.libs\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/.*\.la\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/.*\.lo\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml1\/.*\.LNK\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml1\/.*\.LCK\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml1\/.*\.xac\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.LNK\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.LCK\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.xac\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.log\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml2\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/file\/test\/test\-files\/xml2\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/net\/\.deps\Z # \Atmp\/gnucash\/src\/backend\/net\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/net\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/postgres\/\.deps\Z # \Atmp\/gnucash\/src\/backend\/postgres\/\.libs\Z # \Atmp\/gnucash\/src\/backend\/postgres\/.*\.lo\Z # \Atmp\/gnucash\/src\/backend\/postgres\/.*\.la\Z # \Atmp\/gnucash\/src\/backend\/postgres\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/postgres\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/postgres\/a\.out\Z # \Atmp\/gnucash\/src\/backend\/postgres\/base\-autogen\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/base\-autogen\.h\Z # \Atmp\/gnucash\/src\/backend\/postgres\/check\-autogen\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/check\-autogen\.h\Z # \Atmp\/gnucash\/src\/backend\/postgres\/functions\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/kvp\-autogen\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/kvp\-autogen\.h\Z # \Atmp\/gnucash\/src\/backend\/postgres\/table\-audit\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/table\-create\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/table\-drop\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/table\-version\.c\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/\.deps\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/gnc_test.*\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/test\-db\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/test\-escape\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/test_file_.*\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/test\-period\Z # \Atmp\/gnucash\/src\/backend\/postgres\/test\/\.libs\Z # \Atmp\/gnucash\/src\/backend\/rpc\/\.deps\Z # \Atmp\/gnucash\/src\/backend\/rpc\/\.libs\Z # \Atmp\/gnucash\/src\/backend\/rpc\/.*\.lo\Z # \Atmp\/gnucash\/src\/backend\/rpc\/.*\.la\Z # \Atmp\/gnucash\/src\/backend\/rpc\/Makefile\Z # \Atmp\/gnucash\/src\/backend\/rpc\/Makefile\.in\Z # \Atmp\/gnucash\/src\/backend\/rpc\/gncRpc_xdr\.c\Z # \Atmp\/gnucash\/src\/bin\/\.deps\Z # \Atmp\/gnucash\/src\/bin\/\.libs\Z # \Atmp\/gnucash\/src\/bin\/.*\.diff\Z # \Atmp\/gnucash\/src\/bin\/.*\.diffs\Z # \Atmp\/gnucash\/src\/bin\/.*\.patch\Z # \Atmp\/gnucash\/src\/bin\/.*\.log\Z # \Atmp\/gnucash\/src\/bin\/.*\.xac\..*\.xac\Z # \Atmp\/gnucash\/src\/bin\/Makefile\Z # \Atmp\/gnucash\/src\/bin\/Makefile\.in\Z # \Atmp\/gnucash\/src\/bin\/gnucash\Z # \Atmp\/gnucash\/src\/bin\/gnucash\-env\Z # \Atmp\/gnucash\/src\/bin\/gnucash\-make\-guids\Z # \Atmp\/gnucash\/src\/bin\/gnucash\-run\-script\Z # \Atmp\/gnucash\/src\/bin\/strsub\Z # \Atmp\/gnucash\/src\/bin\/overrides\/Makefile\Z # \Atmp\/gnucash\/src\/bin\/overrides\/Makefile\.in\Z # \Atmp\/gnucash\/src\/bin\/overrides\/gnucash\-build\-env\Z # \Atmp\/gnucash\/src\/bin\/overrides\/gnucash\-env\Z # \Atmp\/gnucash\/src\/bin\/overrides\/guile\Z # \Atmp\/gnucash\/src\/bin\/test\/Makefile\Z # \Atmp\/gnucash\/src\/bin\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/bin\/test\/overrides\Z # \Atmp\/gnucash\/src\/bin\/test\/overrides\.stamp\Z # \Atmp\/gnucash\/src\/business\/Makefile\Z # \Atmp\/gnucash\/src\/business\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-core\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/business\-core\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/business\-core\/\.deps\Z # \Atmp\/gnucash\/src\/business\/business\-core\/\.libs\Z # \Atmp\/gnucash\/src\/business\/business\-core\/\.scm\-links\Z # \Atmp\/gnucash\/src\/business\/business\-core\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-core\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-core\/gw\-business\-core\.c\Z # \Atmp\/gnucash\/src\/business\/business\-core\/gw\-business\-core\.h\Z # \Atmp\/gnucash\/src\/business\/business\-core\/gw\-business\-core\.html\Z # \Atmp\/gnucash\/src\/business\/business\-core\/gw\-business\-core\.scm\Z # \Atmp\/gnucash\/src\/business\/business\-core\/file\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/business\-core\/file\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/business\-core\/file\/\.deps\Z # \Atmp\/gnucash\/src\/business\/business\-core\/file\/\.libs\Z # \Atmp\/gnucash\/src\/business\/business\-core\/file\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-core\/file\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/\.deps\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/\.libs\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-address\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-business\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-customer\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-employee\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-job\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-vendor\Z # \Atmp\/gnucash\/src\/business\/business\-core\/test\/test\-load\-module\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/\.deps\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/\.libs\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/\.scm\-links\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.c\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.h\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.html\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.scm\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/glade\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-gnome\/glade\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-ledger\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/business\-ledger\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/business\-ledger\/\.deps\Z # \Atmp\/gnucash\/src\/business\/business\-ledger\/\.libs\Z # \Atmp\/gnucash\/src\/business\/business\-ledger\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-ledger\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-reports\/\.scm\-links\Z # \Atmp\/gnucash\/src\/business\/business\-reports\/gnucash\Z # \Atmp\/gnucash\/src\/business\/business\-reports\/report\Z # \Atmp\/gnucash\/src\/business\/business\-reports\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-reports\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/\.deps\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/\.libs\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/\.scm\-links\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/Makefile\Z # \Atmp\/gnucash\/src\/business\/business\-utils\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/.*\.la\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/.*\.lo\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/\.deps\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/\.libs\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/\.scm\-links\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/Makefile\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/Makefile\.in\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.c\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.h\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.html\Z # \Atmp\/gnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.scm\Z # \Atmp\/gnucash\/src\/calculation\/Makefile\Z # \Atmp\/gnucash\/src\/calculation\/Makefile\.in\Z # \Atmp\/gnucash\/src\/calculation\/\.deps\Z # \Atmp\/gnucash\/src\/calculation\/fini\Z # \Atmp\/gnucash\/src\/calculation\/financial\Z # \Atmp\/gnucash\/src\/calculation\/\.libs\Z # \Atmp\/gnucash\/src\/calculation\/.*\.lo\Z # \Atmp\/gnucash\/src\/calculation\/.*\.la\Z # \Atmp\/gnucash\/src\/calculation\/test\/Makefile\Z # \Atmp\/gnucash\/src\/calculation\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/calculation\/test\/\.deps\Z # \Atmp\/gnucash\/src\/calculation\/test\/\.libs\Z # \Atmp\/gnucash\/src\/calculation\/test\/test\-link\Z # \Atmp\/gnucash\/src\/core\-utils\/.*\.la\Z # \Atmp\/gnucash\/src\/core\-utils\/.*\.lo\Z # \Atmp\/gnucash\/src\/core\-utils\/\.deps\Z # \Atmp\/gnucash\/src\/core\-utils\/\.libs\Z # \Atmp\/gnucash\/src\/core\-utils\/\.scm\-links\Z # \Atmp\/gnucash\/src\/core\-utils\/Makefile\Z # \Atmp\/gnucash\/src\/core\-utils\/Makefile\.in\Z # \Atmp\/gnucash\/src\/core\-utils\/gw\-core\-utils\.c\Z # \Atmp\/gnucash\/src\/core\-utils\/gw\-core\-utils\.h\Z # \Atmp\/gnucash\/src\/core\-utils\/gw\-core\-utils\.html\Z # \Atmp\/gnucash\/src\/core\-utils\/gw\-core\-utils\.scm\Z # \Atmp\/gnucash\/src\/doc\/doxygen\.cfg\Z # \Atmp\/gnucash\/src\/doc\/doxygen\.log\Z # \Atmp\/gnucash\/src\/doc\/html\Z # \Atmp\/gnucash\/src\/doc\/Makefile\Z # \Atmp\/gnucash\/src\/doc\/Makefile\.in\Z # \Atmp\/gnucash\/src\/doc\/design\/Makefile\Z # \Atmp\/gnucash\/src\/doc\/design\/Makefile\.in\Z # \Atmp\/gnucash\/src\/doc\/design\/version\.texi\Z # \Atmp\/gnucash\/src\/doc\/design\/stamp\-vti\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.tps\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.fns\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.cps\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.toc\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.pg\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.ky\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.tp\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.vr\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.fn\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.cp\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.ps\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.dvi\Z # \Atmp\/gnucash\/src\/doc\/design\/gnucash\-design\.aux\Z # \Atmp\/gnucash\/src\/doc\/design\/.*\.info\Z # \Atmp\/gnucash\/src\/doc\/design\/.*\.info\-.*\Z # \Atmp\/gnucash\/src\/doc\/design\/.*\.html\Z # \Atmp\/gnucash\/src\/doc\/design\/texinfo\.tex\Z # \Atmp\/gnucash\/src\/doc\/xml\/Makefile\Z # \Atmp\/gnucash\/src\/doc\/xml\/Makefile\.in\Z # \Atmp\/gnucash\/src\/engine\/.*\.lo\Z # \Atmp\/gnucash\/src\/engine\/.*\.la\Z # \Atmp\/gnucash\/src\/engine\/\.deps\Z # \Atmp\/gnucash\/src\/engine\/\.libs\Z # \Atmp\/gnucash\/src\/engine\/\.scm\-links\Z # \Atmp\/gnucash\/src\/engine\/Makefile\Z # \Atmp\/gnucash\/src\/engine\/Makefile\.in\Z # \Atmp\/gnucash\/src\/engine\/gw\-engine\.scm\Z # \Atmp\/gnucash\/src\/engine\/gw\-engine\.c\Z # \Atmp\/gnucash\/src\/engine\/gw\-engine\.h\Z # \Atmp\/gnucash\/src\/engine\/gw\-engine\.html\Z # \Atmp\/gnucash\/src\/engine\/gw\-glib\.scm\Z # \Atmp\/gnucash\/src\/engine\/gw\-glib\.c\Z # \Atmp\/gnucash\/src\/engine\/gw\-glib\.h\Z # \Atmp\/gnucash\/src\/engine\/gw\-glib\.html\Z # \Atmp\/gnucash\/src\/engine\/gw\-kvp\.scm\Z # \Atmp\/gnucash\/src\/engine\/gw\-kvp\.c\Z # \Atmp\/gnucash\/src\/engine\/gw\-kvp\.h\Z # \Atmp\/gnucash\/src\/engine\/gw\-kvp\.html\Z # \Atmp\/gnucash\/src\/engine\/iso\-4217\-currencies\.c\Z # \Atmp\/gnucash\/src\/engine\/test\/.*\.log\Z # \Atmp\/gnucash\/src\/engine\/test\/Makefile\Z # \Atmp\/gnucash\/src\/engine\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/engine\/test\/\.deps\Z # \Atmp\/gnucash\/src\/engine\/test\/\.libs\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-load\-engine\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-commodities\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-date\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-freq\-spec\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-guid\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-group\-vs\-book\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-link\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-lots\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-numeric\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-object\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-period\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-print\-queries\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-query\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-querynew\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-resolve\-file\-path\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-scm\-query\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-split\-vs\-account\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-transaction\-reversal\Z # \Atmp\/gnucash\/src\/engine\/test\/test\-transaction\-voiding\Z # \Atmp\/gnucash\/src\/engine\/test\-core\/Makefile\Z # \Atmp\/gnucash\/src\/engine\/test\-core\/Makefile\.in\Z # \Atmp\/gnucash\/src\/engine\/test\-core\/\.deps\Z # \Atmp\/gnucash\/src\/engine\/test\-core\/\.libs\Z # \Atmp\/gnucash\/src\/engine\/test\-core\/.*\.lo\Z # \Atmp\/gnucash\/src\/engine\/test\-core\/.*\.la\Z # \Atmp\/gnucash\/src\/experimental\/Makefile\Z # \Atmp\/gnucash\/src\/experimental\/Makefile\.in\Z # \Atmp\/gnucash\/src\/experimental\/cbb\/Makefile\Z # \Atmp\/gnucash\/src\/experimental\/cbb\/Makefile\.in\Z # \Atmp\/gnucash\/src\/experimental\/cbb\/cbb\-engine\/Makefile\Z # \Atmp\/gnucash\/src\/experimental\/cbb\/cbb\-engine\/Makefile\.in\Z # \Atmp\/gnucash\/src\/experimental\/cgi\-bin\/Makefile\Z # \Atmp\/gnucash\/src\/experimental\/cgi\-bin\/Makefile\.in\Z # \Atmp\/gnucash\/src\/experimental\/cgi\-bin\/mbox\.out\Z # \Atmp\/gnucash\/src\/experimental\/cgi\-bin\/\.deps\Z # \Atmp\/gnucash\/src\/experimental\/gg\/Makefile\Z # \Atmp\/gnucash\/src\/experimental\/gg\/Makefile\.in\Z # \Atmp\/gnucash\/src\/experimental\/ofx\/explore\/Makefile\Z # \Atmp\/gnucash\/src\/experimental\/ofx\/explore\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/Makefile\Z # \Atmp\/gnucash\/src\/gnc\-module\/gw\-gnc\-module\.scm\Z # \Atmp\/gnucash\/src\/gnc\-module\/gw\-gnc\-module\.c\Z # \Atmp\/gnucash\/src\/gnc\-module\/gw\-gnc\-module\.h\Z # \Atmp\/gnucash\/src\/gnc\-module\/gw\-gnc\-module\.html\Z # \Atmp\/gnucash\/src\/gnc\-module\/\.scm\-links\Z # \Atmp\/gnucash\/src\/gnc\-module\/\.deps\Z # \Atmp\/gnucash\/src\/gnc\-module\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-module\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnc\-module\/.*\.la\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/Makefile\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/test\-load\-c\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/test\-modsysver\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/test\-incompatdep\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/test\-agedver\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/test\-dynload\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/\.deps\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/Makefile\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/.*\.so\..*\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/\.deps\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/misc\-mods\/.*\.la\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/Makefile\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/.*\.so\..*\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.c\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.h\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.html\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/\.deps\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-bar\/.*\.la\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/Makefile\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/.*\.so\..*\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.c\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.h\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.html\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/\.deps\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-baz\/.*\.la\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/Makefile\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/.*\.so\..*\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.c\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.h\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.html\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/\.deps\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/\.libs\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnc\-module\/test\/mod\-foo\/.*\.la\Z # \Atmp\/gnucash\/src\/gnome\/.*\.diff\Z # \Atmp\/gnucash\/src\/gnome\/.*\.la\Z # \Atmp\/gnucash\/src\/gnome\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnome\/\.deps\Z # \Atmp\/gnucash\/src\/gnome\/\.libs\Z # \Atmp\/gnucash\/src\/gnome\/\.scm\-links\Z # \Atmp\/gnucash\/src\/gnome\/Makefile\Z # \Atmp\/gnucash\/src\/gnome\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnome\/gnc\-dir\.h\Z # \Atmp\/gnucash\/src\/gnome\/gnucash\.desktop\Z # \Atmp\/gnucash\/src\/gnome\/gnucash\.keys\Z # \Atmp\/gnucash\/src\/gnome\/gnucash\.c\Z # \Atmp\/gnucash\/src\/gnome\/gw\-gnc\.scm\Z # \Atmp\/gnucash\/src\/gnome\/gw\-gnc\.h\Z # \Atmp\/gnucash\/src\/gnome\/gw\-gnc\.c\Z # \Atmp\/gnucash\/src\/gnome\/gw\-gnc\.html\Z # \Atmp\/gnucash\/src\/gnome\/i18n\.h\Z # \Atmp\/gnucash\/src\/gnome\/gnc\-version\.h\Z # \Atmp\/gnucash\/src\/gnome\/glade\/Makefile\Z # \Atmp\/gnucash\/src\/gnome\/glade\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnome\-search\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnome\-search\/.*\.la\Z # \Atmp\/gnucash\/src\/gnome\-search\/\.deps\Z # \Atmp\/gnucash\/src\/gnome\-search\/\.libs\Z # \Atmp\/gnucash\/src\/gnome\-search\/\.scm\-links\Z # \Atmp\/gnucash\/src\/gnome\-search\/Makefile\Z # \Atmp\/gnucash\/src\/gnome\-search\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnome\-search\/gw\-gnome\-search\.c\Z # \Atmp\/gnucash\/src\/gnome\-search\/gw\-gnome\-search\.h\Z # \Atmp\/gnucash\/src\/gnome\-search\/gw\-gnome\-search\.html\Z # \Atmp\/gnucash\/src\/gnome\-search\/gw\-gnome\-search\.scm\Z # \Atmp\/gnucash\/src\/gnome\-utils\/Makefile\Z # \Atmp\/gnucash\/src\/gnome\-utils\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnome\-utils\/.*\.lo\Z # \Atmp\/gnucash\/src\/gnome\-utils\/.*\.la\Z # \Atmp\/gnucash\/src\/gnome\-utils\/\.deps\Z # \Atmp\/gnucash\/src\/gnome\-utils\/\.libs\Z # \Atmp\/gnucash\/src\/gnome\-utils\/\.scm\-links\Z # \Atmp\/gnucash\/src\/gnome\-utils\/gnc\-dir\.h\Z # \Atmp\/gnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.html\Z # \Atmp\/gnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.h\Z # \Atmp\/gnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.scm\Z # \Atmp\/gnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.c\Z # \Atmp\/gnucash\/src\/gnome\-utils\/gnc\-version\.h\Z # \Atmp\/gnucash\/src\/gnome\-utils\/test\/Makefile\Z # \Atmp\/gnucash\/src\/gnome\-utils\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/gnome\-utils\/test\/\.deps\Z # \Atmp\/gnucash\/src\/gnome\-utils\/test\/\.libs\Z # \Atmp\/gnucash\/src\/gnome\-utils\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/import\-export\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/.*\.diff\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.scm\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.c\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.h\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.html\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/test\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/test\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/binary\-import\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/glade\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/glade\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/test\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/test\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/hbci\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/import\-export\/log\-replay\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/log\-replay\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/log\-replay\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/log\-replay\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/log\-replay\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/log\-replay\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/mt940\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/test\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/test\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/ofx\/test\/test\-link\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/test\-link\Z # \Atmp\/gnucash\/src\/import\-export\/qif\/test\/test\-qif\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/test\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/test\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-import\/test\/test\-link\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-io\-core\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-io\-core\/\.scm\-links\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-io\-core\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-io\-core\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-io\-core\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/qif\-io\-core\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/test\/.*\.la\Z # \Atmp\/gnucash\/src\/import\-export\/test\/.*\.lo\Z # \Atmp\/gnucash\/src\/import\-export\/test\/\.deps\Z # \Atmp\/gnucash\/src\/import\-export\/test\/\.libs\Z # \Atmp\/gnucash\/src\/import\-export\/test\/Makefile\Z # \Atmp\/gnucash\/src\/import\-export\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/import\-export\/test\/test\-import\-parse\Z # \Atmp\/gnucash\/src\/import\-export\/test\/test\-link\Z # \Atmp\/gnucash\/src\/network\-utils\/Makefile\Z # \Atmp\/gnucash\/src\/network\-utils\/Makefile\.in\Z # \Atmp\/gnucash\/src\/network\-utils\/\.deps\Z # \Atmp\/gnucash\/src\/network\-utils\/\.libs\Z # \Atmp\/gnucash\/src\/network\-utils\/.*\.lo\Z # \Atmp\/gnucash\/src\/network\-utils\/.*\.la\Z # \Atmp\/gnucash\/src\/network\-utils\/.*\.diff\Z # \Atmp\/gnucash\/src\/network\-utils\/gnc\-dir\.h\Z # \Atmp\/gnucash\/src\/network\-utils\/test\/Makefile\Z # \Atmp\/gnucash\/src\/network\-utils\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/network\-utils\/test\/\.deps\Z # \Atmp\/gnucash\/src\/network\-utils\/test\/\.libs\Z # \Atmp\/gnucash\/src\/network\-utils\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/optional\/.*\.lo\Z # \Atmp\/gnucash\/src\/optional\/.*\.la\Z # \Atmp\/gnucash\/src\/optional\/Makefile\Z # \Atmp\/gnucash\/src\/optional\/Makefile\.in\Z # \Atmp\/gnucash\/src\/optional\/swig\/Makefile\Z # \Atmp\/gnucash\/src\/optional\/swig\/Makefile\.in\Z # \Atmp\/gnucash\/src\/optional\/swig\/\.deps\Z # \Atmp\/gnucash\/src\/optional\/swig\/\.libs\Z # \Atmp\/gnucash\/src\/optional\/swig\/.*\.lo\Z # \Atmp\/gnucash\/src\/optional\/swig\/.*\.la\Z # \Atmp\/gnucash\/src\/optional\/swig\/gnucash\.engine\.i\Z # \Atmp\/gnucash\/src\/optional\/swig\/gnucash\-engine\-perl5_wrap\.c\Z # \Atmp\/gnucash\/src\/optional\/swig\/gnucash\-engine\-perl5_wrap_int\.c\Z # \Atmp\/gnucash\/src\/optional\/swig\/gnucash\.engine_wrap\.doc\Z # \Atmp\/gnucash\/src\/optional\/swig\/gnucash\.pm\Z # \Atmp\/gnucash\/src\/optional\/swig\/examples\/Makefile\Z # \Atmp\/gnucash\/src\/optional\/swig\/examples\/Makefile\.in\Z # \Atmp\/gnucash\/src\/pixmaps\/Makefile\Z # \Atmp\/gnucash\/src\/pixmaps\/Makefile\.in\Z # \Atmp\/gnucash\/src\/quotes\/Makefile\Z # \Atmp\/gnucash\/src\/quotes\/Makefile\.in\Z # \Atmp\/gnucash\/src\/quotes\/finance\-quote\-check\Z # \Atmp\/gnucash\/src\/quotes\/finance\-quote\-helper\Z # \Atmp\/gnucash\/src\/quotes\/update\-finance\-quote\Z # \Atmp\/gnucash\/src\/quotes\/histprices\Z # \Atmp\/gnucash\/src\/register\/Makefile\Z # \Atmp\/gnucash\/src\/register\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/Makefile\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/\.deps\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/\.libs\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/.*\.lo\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/.*\.la\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/test\/Makefile\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/test\/\.deps\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/test\/\.libs\Z # \Atmp\/gnucash\/src\/register\/ledger\-core\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/register\/register\-core\/Makefile\Z # \Atmp\/gnucash\/src\/register\/register\-core\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/register\-core\/\.deps\Z # \Atmp\/gnucash\/src\/register\/register\-core\/\.libs\Z # \Atmp\/gnucash\/src\/register\/register\-core\/\.scm\-links\Z # \Atmp\/gnucash\/src\/register\/register\-core\/.*\.lo\Z # \Atmp\/gnucash\/src\/register\/register\-core\/.*\.la\Z # \Atmp\/gnucash\/src\/register\/register\-core\/gw\-register\-core\.c\Z # \Atmp\/gnucash\/src\/register\/register\-core\/gw\-register\-core\.h\Z # \Atmp\/gnucash\/src\/register\/register\-core\/gw\-register\-core\.html\Z # \Atmp\/gnucash\/src\/register\/register\-core\/gw\-register\-core\.scm\Z # \Atmp\/gnucash\/src\/register\/register\-core\/test\/Makefile\Z # \Atmp\/gnucash\/src\/register\/register\-core\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/register\-core\/test\/\.deps\Z # \Atmp\/gnucash\/src\/register\/register\-core\/test\/\.libs\Z # \Atmp\/gnucash\/src\/register\/register\-core\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/Makefile\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/\.deps\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/\.libs\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/.*\.lo\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/.*\.la\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/test\/Makefile\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/test\/\.deps\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/test\/\.libs\Z # \Atmp\/gnucash\/src\/register\/register\-gnome\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/report\/Makefile\Z # \Atmp\/gnucash\/src\/report\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/Makefile\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/Makefile\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/\.scm\-links\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/\.deps\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/\.libs\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/.*\.lo\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/.*\.la\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/test\/\.deps\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/test\/\.libs\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/test\/Makefile\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/locale\-specific\/us\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/.*\.lo\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/.*\.la\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/\.scm\-links\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/\.deps\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/\.libs\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/Makefile\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.scm\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.html\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.h\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.c\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/test\/Makefile\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/test\/\.deps\Z # \Atmp\/gnucash\/src\/report\/report\-gnome\/test\/\.libs\Z # \Atmp\/gnucash\/src\/report\/report\-system\/Makefile\Z # \Atmp\/gnucash\/src\/report\/report\-system\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/report\-system\/\.scm\-links\Z # \Atmp\/gnucash\/src\/report\/report\-system\/\.deps\Z # \Atmp\/gnucash\/src\/report\/report\-system\/\.libs\Z # \Atmp\/gnucash\/src\/report\/report\-system\/.*\.lo\Z # \Atmp\/gnucash\/src\/report\/report\-system\/.*\.la\Z # \Atmp\/gnucash\/src\/report\/report\-system\/test\/Makefile\Z # \Atmp\/gnucash\/src\/report\/report\-system\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/report\-system\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/report\/report\-system\/test\/\.deps\Z # \Atmp\/gnucash\/src\/report\/report\-system\/test\/\.libs\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/Makefile\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/\.scm\-links\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/\.deps\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/\.libs\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/.*\.lo\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/.*\.la\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/test\/Makefile\Z # \Atmp\/gnucash\/src\/report\/standard\-reports\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/Makefile\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/\.scm\-links\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/\.deps\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/\.libs\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/.*\.lo\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/.*\.la\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/test\/Makefile\Z # \Atmp\/gnucash\/src\/report\/stylesheets\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/Makefile\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/Makefile\.in\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/\.scm\-links\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/\.deps\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/\.libs\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/.*\.lo\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/.*\.la\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/test\/Makefile\Z # \Atmp\/gnucash\/src\/report\/utility\-reports\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/scm\/Makefile\Z # \Atmp\/gnucash\/src\/scm\/Makefile\.in\Z # \Atmp\/gnucash\/src\/scm\/\.scm\-links\Z # \Atmp\/gnucash\/src\/scm\/build\-config\.scm\Z # \Atmp\/gnucash\/src\/scm\/gnumeric\/Makefile\Z # \Atmp\/gnucash\/src\/scm\/gnumeric\/Makefile\.in\Z # \Atmp\/gnucash\/src\/scm\/printing\/Makefile\Z # \Atmp\/gnucash\/src\/scm\/printing\/Makefile\.in\Z # \Atmp\/gnucash\/src\/tax\/Makefile\Z # \Atmp\/gnucash\/src\/tax\/Makefile\.in\Z # \Atmp\/gnucash\/src\/tax\/us\/Makefile\Z # \Atmp\/gnucash\/src\/tax\/us\/Makefile\.in\Z # \Atmp\/gnucash\/src\/tax\/us\/\.scm\-links\Z # \Atmp\/gnucash\/src\/tax\/us\/\.deps\Z # \Atmp\/gnucash\/src\/tax\/us\/\.libs\Z # \Atmp\/gnucash\/src\/tax\/us\/.*\.lo\Z # \Atmp\/gnucash\/src\/tax\/us\/.*\.la\Z # \Atmp\/gnucash\/src\/tax\/us\/test\/\.deps\Z # \Atmp\/gnucash\/src\/tax\/us\/test\/\.libs\Z # \Atmp\/gnucash\/src\/tax\/us\/test\/Makefile\Z # \Atmp\/gnucash\/src\/tax\/us\/test\/Makefile\.in\Z # \Atmp\/gnucash\/src\/tax\/us\/test\/test\-link\-module\Z # \Atmp\/gnucash\/src\/test\-core\/Makefile\Z # \Atmp\/gnucash\/src\/test\-core\/Makefile\.in\Z # \Atmp\/gnucash\/src\/test\-core\/\.deps\Z # \Atmp\/gnucash\/src\/test\-core\/\.libs\Z # \Atmp\/gnucash\/src\/test\-core\/.*\.lo\Z # \Atmp\/gnucash\/src\/test\-core\/.*\.la\Z # \Agnucash\/AutoGen\Z # \Agnucash\/MakeScript\Z # \Agnucash\/InstallScript\Z # \Agnucash\/Move\Z # \Agnucash\/Remove\Z # \Agnucash\/FILES\Z # \Agnucash\/F\Z # \Agnucash\/LOG\Z # \Agnucash\/ILOG\Z # \Agnucash\/\.deps\Z # \Agnucash\/\.libs\Z # \Agnucash\/ABOUT\-NLS\Z # \Agnucash\/COPYING\Z # \Agnucash\/INSTALL\Z # \Agnucash\/Makefile\Z # \Agnucash\/Makefile\.in\Z # \Agnucash\/TAGS\Z # \Agnucash\/TAGS\.stamp\Z # \Agnucash\/aclocal\.m4\Z # \Agnucash\/autom4te\.cache\Z # \Agnucash\/autom4te\-2\.53\.cache\Z # \Agnucash\/configure\Z # \Agnucash\/config\.cache\Z # \Agnucash\/config\.guess\Z # \Agnucash\/config\.sub\Z # \Agnucash\/config\.log\Z # \Agnucash\/config\.status\Z # \Agnucash\/config\.h\Z # \Agnucash\/config\.h\.in\Z # \Agnucash\/config\.rpath\Z # \Agnucash\/cscope\.out\Z # \Agnucash\/cscope\.files\Z # \Agnucash\/depcomp\Z # \Agnucash\/etags\.files\Z # \Agnucash\/gnucash\-config\Z # \Agnucash\/install\-sh\Z # \Agnucash\/intltool\-modules\Z # \Agnucash\/intl\Z # \Agnucash\/libtool\Z # \Agnucash\/ltconfig\Z # \Agnucash\/make\-gnucash\-patch\Z # \Agnucash\/make\-gnucash\-potfiles\Z # \Agnucash\/missing\Z # \Agnucash\/stamp\-h\Z # \Agnucash\/stamp\-h1\Z # \Agnucash\/stamp\-h\.in\Z # \Agnucash\/install\-stamp\Z # \Agnucash\/tags\Z # \Agnucash\/intltool\-extract\Z # \Agnucash\/intltool\-extract\.in\Z # \Agnucash\/intltool\-merge\Z # \Agnucash\/intltool\-merge\.in\Z # \Agnucash\/intltool\-update\Z # \Agnucash\/intltool\-update\.in\Z # \Agnucash\/tags\Z # \Agnucash\/.*\.tar\.gz\Z # \Agnucash\/.*\.log\Z # \Agnucash\/.*\.patch\Z # \Agnucash\/.*\.diff\Z # \Agnucash\/.*\.diffs\Z # \Agnucash\/.*\.xac\..*\.xac\Z # \Agnucash\/accounts\/Makefile\Z # \Agnucash\/accounts\/Makefile\.in\Z # \Agnucash\/accounts\/C\/Makefile\Z # \Agnucash\/accounts\/C\/Makefile\.in\Z # \Agnucash\/accounts\/da\/Makefile\Z # \Agnucash\/accounts\/da\/Makefile\.in\Z # \Agnucash\/accounts\/de_CH\/Makefile\Z # \Agnucash\/accounts\/de_CH\/Makefile\.in\Z # \Agnucash\/accounts\/de_DE\/Makefile\Z # \Agnucash\/accounts\/de_DE\/Makefile\.in\Z # \Agnucash\/accounts\/el_GR\/Makefile\Z # \Agnucash\/accounts\/el_GR\/Makefile\.in\Z # \Agnucash\/accounts\/es_ES\/Makefile\Z # \Agnucash\/accounts\/es_ES\/Makefile\.in\Z # \Agnucash\/accounts\/fr_FR\/Makefile\Z # \Agnucash\/accounts\/fr_FR\/Makefile\.in\Z # \Agnucash\/accounts\/hu_HU\/Makefile\Z # \Agnucash\/accounts\/hu_HU\/Makefile\.in\Z # \Agnucash\/accounts\/it\/Makefile\Z # \Agnucash\/accounts\/it\/Makefile\.in\Z # \Agnucash\/accounts\/pt_BR\/Makefile\Z # \Agnucash\/accounts\/pt_BR\/Makefile\.in\Z # \Agnucash\/accounts\/pt_PT\/Makefile\Z # \Agnucash\/accounts\/pt_PT\/Makefile\.in\Z # \Agnucash\/accounts\/sk\/Makefile\Z # \Agnucash\/accounts\/sk\/Makefile\.in\Z # \Agnucash\/accounts\/tr_TR\/Makefile\Z # \Agnucash\/accounts\/tr_TR\/Makefile\.in\Z # \Agnucash\/debian\/Makefile\Z # \Agnucash\/debian\/Makefile\.in\Z # \Agnucash\/debian\/tmp\Z # \Agnucash\/debian\/.*\.debhelper\Z # \Agnucash\/debian\/files\Z # \Agnucash\/debian\/substvars\Z # \Agnucash\/doc\/Makefile\Z # \Agnucash\/doc\/Makefile\.in\Z # \Agnucash\/doc\/gnucash\.1\Z # \Agnucash\/doc\/gnc\-prices\.1\Z # \Agnucash\/doc\/examples\/Makefile\Z # \Agnucash\/doc\/examples\/Makefile\.in\Z # \Agnucash\/doc\/examples\/.*\.log\Z # \Agnucash\/doc\/examples\/.*\.xac\..*\.xac\Z # \Agnucash\/intl\-scm\/Makefile\Z # \Agnucash\/intl\-scm\/Makefile\.in\Z # \Agnucash\/intl\-scm\/guile\-strings\.c\Z # \Agnucash\/lib\/Makefile\Z # \Agnucash\/lib\/Makefile\.in\Z # \Agnucash\/lib\/guile\-www\/\.scm\-links\Z # \Agnucash\/lib\/guile\-www\/Makefile\Z # \Agnucash\/lib\/guile\-www\/Makefile\.in\Z # \Agnucash\/lib\/guile\-www\/config\.cache\Z # \Agnucash\/lib\/guile\-www\/config\.log\Z # \Agnucash\/lib\/guile\-www\/config\.status\Z # \Agnucash\/lib\/libc\/Makefile\Z # \Agnucash\/lib\/libc\/Makefile\.in\Z # \Agnucash\/lib\/libc\/\.deps\Z # \Agnucash\/lib\/libc\/\.libs\Z # \Agnucash\/lib\/libc\/.*\.lo\Z # \Agnucash\/lib\/libc\/.*\.la\Z # \Agnucash\/lib\/srfi\/Makefile\Z # \Agnucash\/lib\/srfi\/Makefile\.in\Z # \Agnucash\/m4\/Makefile\Z # \Agnucash\/m4\/Makefile\.in\Z # \Agnucash\/m4\/.*\.m4\Z # \Agnucash\/macros\/Makefile\.in\Z # \Agnucash\/macros\/Makefile\Z # \Agnucash\/macros\/macros\.dep\Z # \Agnucash\/macros\/gnome\-macros\.dep\Z # \Agnucash\/po\/\.intltool\-merge\-cache\Z # \Agnucash\/po\/\.pot\Z # \Agnucash\/po\/.*\.gmo\Z # \Agnucash\/po\/.*\.header\Z # \Agnucash\/po\/.*\.mo\Z # \Agnucash\/po\/.*\.pox\Z # \Agnucash\/po\/.*\.sed\Z # \Agnucash\/po\/.*\.sin\Z # \Agnucash\/po\/ChangeLog\Z # \Agnucash\/po\/Makefile\Z # \Agnucash\/po\/Makefile\.in\Z # \Agnucash\/po\/Makefile\.in\.in\Z # \Agnucash\/po\/Makevars\.template\Z # \Agnucash\/po\/POTFILES\Z # \Agnucash\/po\/Rules\-quot\Z # \Agnucash\/po\/gnucash\.pot\Z # \Agnucash\/po\/messages\Z # \Agnucash\/po\/stamp\-po\Z # \Agnucash\/po\/glossary\/.*\.gmo\Z # \Agnucash\/po\/glossary\/.*\.pox\Z # \Agnucash\/po\/glossary\/.*\.mo\Z # \Agnucash\/po\/glossary\/Makefile\Z # \Agnucash\/po\/glossary\/Makefile\.in\Z # \Agnucash\/po\/glossary\/.*\.pot\Z # \Agnucash\/rpm\/Makefile\Z # \Agnucash\/rpm\/Makefile\.in\Z # \Agnucash\/rpm\/gnucash\.spec\Z # \Agnucash\/src\/Makefile\Z # \Agnucash\/src\/Makefile\.in\Z # \Agnucash\/src\/.*\.diff\Z # \Agnucash\/src\/.*\.diffs\Z # \Agnucash\/src\/.*\.patch\Z # \Agnucash\/src\/.*\.log\Z # \Agnucash\/src\/.*\.xac\..*\.xac\Z # \Agnucash\/src\/\.deps\Z # \Agnucash\/src\/\.libs\Z # \Agnucash\/src\/gnc\-dir\.h\Z # \Agnucash\/src\/app\-file\/Makefile\Z # \Agnucash\/src\/app\-file\/Makefile\.in\Z # \Agnucash\/src\/app\-file\/\.scm\-links\Z # \Agnucash\/src\/app\-file\/gw\-app\-file\.scm\Z # \Agnucash\/src\/app\-file\/gw\-app\-file\.c\Z # \Agnucash\/src\/app\-file\/gw\-app\-file\.h\Z # \Agnucash\/src\/app\-file\/gw\-app\-file\.html\Z # \Agnucash\/src\/app\-file\/.*\.lo\Z # \Agnucash\/src\/app\-file\/.*\.la\Z # \Agnucash\/src\/app\-file\/\.deps\Z # \Agnucash\/src\/app\-file\/\.libs\Z # \Agnucash\/src\/app\-file\/gnome\/Makefile\Z # \Agnucash\/src\/app\-file\/gnome\/Makefile\.in\Z # \Agnucash\/src\/app\-file\/gnome\/.*\.lo\Z # \Agnucash\/src\/app\-file\/gnome\/.*\.la\Z # \Agnucash\/src\/app\-file\/gnome\/\.deps\Z # \Agnucash\/src\/app\-file\/gnome\/\.libs\Z # \Agnucash\/src\/app\-file\/gnome\/\.scm\-links\Z # \Agnucash\/src\/app\-file\/test\/\.deps\Z # \Agnucash\/src\/app\-file\/test\/\.libs\Z # \Agnucash\/src\/app\-file\/test\/Makefile\Z # \Agnucash\/src\/app\-file\/test\/Makefile\.in\Z # \Agnucash\/src\/app\-file\/test\/test\-link\Z # \Agnucash\/src\/app\-utils\/.*\.la\Z # \Agnucash\/src\/app\-utils\/.*\.lo\Z # \Agnucash\/src\/app\-utils\/\.deps\Z # \Agnucash\/src\/app\-utils\/\.libs\Z # \Agnucash\/src\/app\-utils\/\.scm\-links\Z # \Agnucash\/src\/app\-utils\/Makefile\Z # \Agnucash\/src\/app\-utils\/Makefile\.in\Z # \Agnucash\/src\/app\-utils\/gw\-app\-utils\.scm\Z # \Agnucash\/src\/app\-utils\/gw\-app\-utils\.c\Z # \Agnucash\/src\/app\-utils\/gw\-app\-utils\.h\Z # \Agnucash\/src\/app\-utils\/gw\-app\-utils\.html\Z # \Agnucash\/src\/app\-utils\/i18n\.h\Z # \Agnucash\/src\/app\-utils\/test\/Makefile\Z # \Agnucash\/src\/app\-utils\/test\/Makefile\.in\Z # \Agnucash\/src\/app\-utils\/test\/test\-exp\-parser\Z # \Agnucash\/src\/app\-utils\/test\/test\-link\-module\Z # \Agnucash\/src\/app\-utils\/test\/test\-print\-parse\-amount\Z # \Agnucash\/src\/app\-utils\/test\/test\-print\-queries\Z # \Agnucash\/src\/app\-utils\/test\/test\-scm\-query\-string\Z # \Agnucash\/src\/app\-utils\/test\/\.deps\Z # \Agnucash\/src\/app\-utils\/test\/\.libs\Z # \Agnucash\/src\/backend\/Makefile\Z # \Agnucash\/src\/backend\/Makefile\.in\Z # \Agnucash\/src\/backend\/file\/Makefile\Z # \Agnucash\/src\/backend\/file\/\.deps\Z # \Agnucash\/src\/backend\/file\/\.libs\Z # \Agnucash\/src\/backend\/file\/Makefile\.in\Z # \Agnucash\/src\/backend\/file\/.*\.lo\Z # \Agnucash\/src\/backend\/file\/.*\.la\Z # \Agnucash\/src\/backend\/file\/test\/Makefile\Z # \Agnucash\/src\/backend\/file\/test\/test\-date\-converting\Z # \Agnucash\/src\/backend\/file\/test\/test\-dom\-converters1\Z # \Agnucash\/src\/backend\/file\/test\/test\-kvp\-frames\Z # \Agnucash\/src\/backend\/file\/test\/test\-string\-converters\Z # \Agnucash\/src\/backend\/file\/test\/test\-xml\-account\Z # \Agnucash\/src\/backend\/file\/test\/test\-xml2\-is\-file\Z # \Agnucash\/src\/backend\/file\/test\/test\-load\-xml2\Z # \Agnucash\/src\/backend\/file\/test\/test\-load\-example\-account\Z # \Agnucash\/src\/backend\/file\/test\/test\-xml\-commodity\Z # \Agnucash\/src\/backend\/file\/test\/test\-xml\-pricedb\Z # \Agnucash\/src\/backend\/file\/test\/test\-xml\-transaction\Z # \Agnucash\/src\/backend\/file\/test\/test\-save\-in\-lang\Z # \Agnucash\/src\/backend\/file\/test\/\.deps\Z # \Agnucash\/src\/backend\/file\/test\/\.libs\Z # \Agnucash\/src\/backend\/file\/test\/Makefile\.in\Z # \Agnucash\/src\/backend\/file\/test\/.*\.la\Z # \Agnucash\/src\/backend\/file\/test\/.*\.lo\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/Makefile\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/Makefile\.in\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml1\/.*\.LNK\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml1\/.*\.LCK\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml1\/.*\.xac\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.LNK\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.LCK\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.xac\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml2\/.*\.log\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml2\/Makefile\Z # \Agnucash\/src\/backend\/file\/test\/test\-files\/xml2\/Makefile\.in\Z # \Agnucash\/src\/backend\/net\/\.deps\Z # \Agnucash\/src\/backend\/net\/Makefile\Z # \Agnucash\/src\/backend\/net\/Makefile\.in\Z # \Agnucash\/src\/backend\/postgres\/\.deps\Z # \Agnucash\/src\/backend\/postgres\/\.libs\Z # \Agnucash\/src\/backend\/postgres\/.*\.lo\Z # \Agnucash\/src\/backend\/postgres\/.*\.la\Z # \Agnucash\/src\/backend\/postgres\/Makefile\Z # \Agnucash\/src\/backend\/postgres\/Makefile\.in\Z # \Agnucash\/src\/backend\/postgres\/a\.out\Z # \Agnucash\/src\/backend\/postgres\/base\-autogen\.c\Z # \Agnucash\/src\/backend\/postgres\/base\-autogen\.h\Z # \Agnucash\/src\/backend\/postgres\/check\-autogen\.c\Z # \Agnucash\/src\/backend\/postgres\/check\-autogen\.h\Z # \Agnucash\/src\/backend\/postgres\/functions\.c\Z # \Agnucash\/src\/backend\/postgres\/kvp\-autogen\.c\Z # \Agnucash\/src\/backend\/postgres\/kvp\-autogen\.h\Z # \Agnucash\/src\/backend\/postgres\/table\-audit\.c\Z # \Agnucash\/src\/backend\/postgres\/table\-create\.c\Z # \Agnucash\/src\/backend\/postgres\/table\-drop\.c\Z # \Agnucash\/src\/backend\/postgres\/table\-version\.c\Z # \Agnucash\/src\/backend\/postgres\/test\/\.deps\Z # \Agnucash\/src\/backend\/postgres\/test\/Makefile\Z # \Agnucash\/src\/backend\/postgres\/test\/Makefile\.in\Z # \Agnucash\/src\/backend\/postgres\/test\/gnc_test.*\Z # \Agnucash\/src\/backend\/postgres\/test\/test\-db\Z # \Agnucash\/src\/backend\/postgres\/test\/test\-escape\Z # \Agnucash\/src\/backend\/postgres\/test\/test_file_.*\Z # \Agnucash\/src\/backend\/postgres\/test\/test\-period\Z # \Agnucash\/src\/backend\/postgres\/test\/\.libs\Z # \Agnucash\/src\/backend\/rpc\/\.deps\Z # \Agnucash\/src\/backend\/rpc\/\.libs\Z # \Agnucash\/src\/backend\/rpc\/.*\.lo\Z # \Agnucash\/src\/backend\/rpc\/.*\.la\Z # \Agnucash\/src\/backend\/rpc\/Makefile\Z # \Agnucash\/src\/backend\/rpc\/Makefile\.in\Z # \Agnucash\/src\/backend\/rpc\/gncRpc_xdr\.c\Z # \Agnucash\/src\/bin\/\.deps\Z # \Agnucash\/src\/bin\/\.libs\Z # \Agnucash\/src\/bin\/.*\.diff\Z # \Agnucash\/src\/bin\/.*\.diffs\Z # \Agnucash\/src\/bin\/.*\.patch\Z # \Agnucash\/src\/bin\/.*\.log\Z # \Agnucash\/src\/bin\/.*\.xac\..*\.xac\Z # \Agnucash\/src\/bin\/Makefile\Z # \Agnucash\/src\/bin\/Makefile\.in\Z # \Agnucash\/src\/bin\/gnucash\Z # \Agnucash\/src\/bin\/gnucash\-env\Z # \Agnucash\/src\/bin\/gnucash\-make\-guids\Z # \Agnucash\/src\/bin\/gnucash\-run\-script\Z # \Agnucash\/src\/bin\/strsub\Z # \Agnucash\/src\/bin\/overrides\/Makefile\Z # \Agnucash\/src\/bin\/overrides\/Makefile\.in\Z # \Agnucash\/src\/bin\/overrides\/gnucash\-build\-env\Z # \Agnucash\/src\/bin\/overrides\/gnucash\-env\Z # \Agnucash\/src\/bin\/overrides\/guile\Z # \Agnucash\/src\/bin\/test\/Makefile\Z # \Agnucash\/src\/bin\/test\/Makefile\.in\Z # \Agnucash\/src\/bin\/test\/overrides\Z # \Agnucash\/src\/bin\/test\/overrides\.stamp\Z # \Agnucash\/src\/business\/Makefile\Z # \Agnucash\/src\/business\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-core\/.*\.lo\Z # \Agnucash\/src\/business\/business\-core\/.*\.la\Z # \Agnucash\/src\/business\/business\-core\/\.deps\Z # \Agnucash\/src\/business\/business\-core\/\.libs\Z # \Agnucash\/src\/business\/business\-core\/\.scm\-links\Z # \Agnucash\/src\/business\/business\-core\/Makefile\Z # \Agnucash\/src\/business\/business\-core\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-core\/gw\-business\-core\.c\Z # \Agnucash\/src\/business\/business\-core\/gw\-business\-core\.h\Z # \Agnucash\/src\/business\/business\-core\/gw\-business\-core\.html\Z # \Agnucash\/src\/business\/business\-core\/gw\-business\-core\.scm\Z # \Agnucash\/src\/business\/business\-core\/file\/.*\.lo\Z # \Agnucash\/src\/business\/business\-core\/file\/.*\.la\Z # \Agnucash\/src\/business\/business\-core\/file\/\.deps\Z # \Agnucash\/src\/business\/business\-core\/file\/\.libs\Z # \Agnucash\/src\/business\/business\-core\/file\/Makefile\Z # \Agnucash\/src\/business\/business\-core\/file\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-core\/test\/.*\.la\Z # \Agnucash\/src\/business\/business\-core\/test\/.*\.lo\Z # \Agnucash\/src\/business\/business\-core\/test\/\.deps\Z # \Agnucash\/src\/business\/business\-core\/test\/\.libs\Z # \Agnucash\/src\/business\/business\-core\/test\/Makefile\Z # \Agnucash\/src\/business\/business\-core\/test\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-address\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-business\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-customer\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-employee\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-job\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-vendor\Z # \Agnucash\/src\/business\/business\-core\/test\/test\-load\-module\Z # \Agnucash\/src\/business\/business\-gnome\/.*\.la\Z # \Agnucash\/src\/business\/business\-gnome\/.*\.lo\Z # \Agnucash\/src\/business\/business\-gnome\/\.deps\Z # \Agnucash\/src\/business\/business\-gnome\/\.libs\Z # \Agnucash\/src\/business\/business\-gnome\/\.scm\-links\Z # \Agnucash\/src\/business\/business\-gnome\/Makefile\Z # \Agnucash\/src\/business\/business\-gnome\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.c\Z # \Agnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.h\Z # \Agnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.html\Z # \Agnucash\/src\/business\/business\-gnome\/gw\-business\-gnome\.scm\Z # \Agnucash\/src\/business\/business\-gnome\/glade\/Makefile\Z # \Agnucash\/src\/business\/business\-gnome\/glade\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-ledger\/.*\.lo\Z # \Agnucash\/src\/business\/business\-ledger\/.*\.la\Z # \Agnucash\/src\/business\/business\-ledger\/\.deps\Z # \Agnucash\/src\/business\/business\-ledger\/\.libs\Z # \Agnucash\/src\/business\/business\-ledger\/Makefile\Z # \Agnucash\/src\/business\/business\-ledger\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-reports\/\.scm\-links\Z # \Agnucash\/src\/business\/business\-reports\/gnucash\Z # \Agnucash\/src\/business\/business\-reports\/report\Z # \Agnucash\/src\/business\/business\-reports\/Makefile\Z # \Agnucash\/src\/business\/business\-reports\/Makefile\.in\Z # \Agnucash\/src\/business\/business\-utils\/.*\.la\Z # \Agnucash\/src\/business\/business\-utils\/.*\.lo\Z # \Agnucash\/src\/business\/business\-utils\/\.deps\Z # \Agnucash\/src\/business\/business\-utils\/\.libs\Z # \Agnucash\/src\/business\/business\-utils\/\.scm\-links\Z # \Agnucash\/src\/business\/business\-utils\/Makefile\Z # \Agnucash\/src\/business\/business\-utils\/Makefile\.in\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/.*\.la\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/.*\.lo\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/\.deps\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/\.libs\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/\.scm\-links\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/Makefile\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/Makefile\.in\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.c\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.h\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.html\Z # \Agnucash\/src\/business\/dialog\-tax\-table\/gw\-dialog\-tax\-table\.scm\Z # \Agnucash\/src\/calculation\/Makefile\Z # \Agnucash\/src\/calculation\/Makefile\.in\Z # \Agnucash\/src\/calculation\/\.deps\Z # \Agnucash\/src\/calculation\/fini\Z # \Agnucash\/src\/calculation\/financial\Z # \Agnucash\/src\/calculation\/\.libs\Z # \Agnucash\/src\/calculation\/.*\.lo\Z # \Agnucash\/src\/calculation\/.*\.la\Z # \Agnucash\/src\/calculation\/test\/Makefile\Z # \Agnucash\/src\/calculation\/test\/Makefile\.in\Z # \Agnucash\/src\/calculation\/test\/\.deps\Z # \Agnucash\/src\/calculation\/test\/\.libs\Z # \Agnucash\/src\/calculation\/test\/test\-link\Z # \Agnucash\/src\/core\-utils\/.*\.la\Z # \Agnucash\/src\/core\-utils\/.*\.lo\Z # \Agnucash\/src\/core\-utils\/\.deps\Z # \Agnucash\/src\/core\-utils\/\.libs\Z # \Agnucash\/src\/core\-utils\/\.scm\-links\Z # \Agnucash\/src\/core\-utils\/Makefile\Z # \Agnucash\/src\/core\-utils\/Makefile\.in\Z # \Agnucash\/src\/core\-utils\/gw\-core\-utils\.c\Z # \Agnucash\/src\/core\-utils\/gw\-core\-utils\.h\Z # \Agnucash\/src\/core\-utils\/gw\-core\-utils\.html\Z # \Agnucash\/src\/core\-utils\/gw\-core\-utils\.scm\Z # \Agnucash\/src\/doc\/doxygen\.cfg\Z # \Agnucash\/src\/doc\/doxygen\.log\Z # \Agnucash\/src\/doc\/html\Z # \Agnucash\/src\/doc\/Makefile\Z # \Agnucash\/src\/doc\/Makefile\.in\Z # \Agnucash\/src\/doc\/design\/Makefile\Z # \Agnucash\/src\/doc\/design\/Makefile\.in\Z # \Agnucash\/src\/doc\/design\/version\.texi\Z # \Agnucash\/src\/doc\/design\/stamp\-vti\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.tps\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.fns\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.cps\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.toc\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.pg\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.ky\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.tp\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.vr\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.fn\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.cp\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.ps\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.dvi\Z # \Agnucash\/src\/doc\/design\/gnucash\-design\.aux\Z # \Agnucash\/src\/doc\/design\/.*\.info\Z # \Agnucash\/src\/doc\/design\/.*\.info\-.*\Z # \Agnucash\/src\/doc\/design\/.*\.html\Z # \Agnucash\/src\/doc\/design\/texinfo\.tex\Z # \Agnucash\/src\/doc\/xml\/Makefile\Z # \Agnucash\/src\/doc\/xml\/Makefile\.in\Z # \Agnucash\/src\/engine\/.*\.lo\Z # \Agnucash\/src\/engine\/.*\.la\Z # \Agnucash\/src\/engine\/\.deps\Z # \Agnucash\/src\/engine\/\.libs\Z # \Agnucash\/src\/engine\/\.scm\-links\Z # \Agnucash\/src\/engine\/Makefile\Z # \Agnucash\/src\/engine\/Makefile\.in\Z # \Agnucash\/src\/engine\/gw\-engine\.scm\Z # \Agnucash\/src\/engine\/gw\-engine\.c\Z # \Agnucash\/src\/engine\/gw\-engine\.h\Z # \Agnucash\/src\/engine\/gw\-engine\.html\Z # \Agnucash\/src\/engine\/gw\-glib\.scm\Z # \Agnucash\/src\/engine\/gw\-glib\.c\Z # \Agnucash\/src\/engine\/gw\-glib\.h\Z # \Agnucash\/src\/engine\/gw\-glib\.html\Z # \Agnucash\/src\/engine\/gw\-kvp\.scm\Z # \Agnucash\/src\/engine\/gw\-kvp\.c\Z # \Agnucash\/src\/engine\/gw\-kvp\.h\Z # \Agnucash\/src\/engine\/gw\-kvp\.html\Z # \Agnucash\/src\/engine\/iso\-4217\-currencies\.c\Z # \Agnucash\/src\/engine\/test\/.*\.log\Z # \Agnucash\/src\/engine\/test\/Makefile\Z # \Agnucash\/src\/engine\/test\/Makefile\.in\Z # \Agnucash\/src\/engine\/test\/\.deps\Z # \Agnucash\/src\/engine\/test\/\.libs\Z # \Agnucash\/src\/engine\/test\/test\-load\-engine\Z # \Agnucash\/src\/engine\/test\/test\-commodities\Z # \Agnucash\/src\/engine\/test\/test\-date\Z # \Agnucash\/src\/engine\/test\/test\-freq\-spec\Z # \Agnucash\/src\/engine\/test\/test\-guid\Z # \Agnucash\/src\/engine\/test\/test\-group\-vs\-book\Z # \Agnucash\/src\/engine\/test\/test\-link\Z # \Agnucash\/src\/engine\/test\/test\-lots\Z # \Agnucash\/src\/engine\/test\/test\-numeric\Z # \Agnucash\/src\/engine\/test\/test\-object\Z # \Agnucash\/src\/engine\/test\/test\-period\Z # \Agnucash\/src\/engine\/test\/test\-print\-queries\Z # \Agnucash\/src\/engine\/test\/test\-query\Z # \Agnucash\/src\/engine\/test\/test\-querynew\Z # \Agnucash\/src\/engine\/test\/test\-resolve\-file\-path\Z # \Agnucash\/src\/engine\/test\/test\-scm\-query\Z # \Agnucash\/src\/engine\/test\/test\-split\-vs\-account\Z # \Agnucash\/src\/engine\/test\/test\-transaction\-reversal\Z # \Agnucash\/src\/engine\/test\/test\-transaction\-voiding\Z # \Agnucash\/src\/engine\/test\-core\/Makefile\Z # \Agnucash\/src\/engine\/test\-core\/Makefile\.in\Z # \Agnucash\/src\/engine\/test\-core\/\.deps\Z # \Agnucash\/src\/engine\/test\-core\/\.libs\Z # \Agnucash\/src\/engine\/test\-core\/.*\.lo\Z # \Agnucash\/src\/engine\/test\-core\/.*\.la\Z # \Agnucash\/src\/experimental\/Makefile\Z # \Agnucash\/src\/experimental\/Makefile\.in\Z # \Agnucash\/src\/experimental\/cbb\/Makefile\Z # \Agnucash\/src\/experimental\/cbb\/Makefile\.in\Z # \Agnucash\/src\/experimental\/cbb\/cbb\-engine\/Makefile\Z # \Agnucash\/src\/experimental\/cbb\/cbb\-engine\/Makefile\.in\Z # \Agnucash\/src\/experimental\/cgi\-bin\/Makefile\Z # \Agnucash\/src\/experimental\/cgi\-bin\/Makefile\.in\Z # \Agnucash\/src\/experimental\/cgi\-bin\/mbox\.out\Z # \Agnucash\/src\/experimental\/cgi\-bin\/\.deps\Z # \Agnucash\/src\/experimental\/gg\/Makefile\Z # \Agnucash\/src\/experimental\/gg\/Makefile\.in\Z # \Agnucash\/src\/experimental\/ofx\/explore\/Makefile\Z # \Agnucash\/src\/experimental\/ofx\/explore\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/Makefile\Z # \Agnucash\/src\/gnc\-module\/gw\-gnc\-module\.scm\Z # \Agnucash\/src\/gnc\-module\/gw\-gnc\-module\.c\Z # \Agnucash\/src\/gnc\-module\/gw\-gnc\-module\.h\Z # \Agnucash\/src\/gnc\-module\/gw\-gnc\-module\.html\Z # \Agnucash\/src\/gnc\-module\/\.scm\-links\Z # \Agnucash\/src\/gnc\-module\/\.deps\Z # \Agnucash\/src\/gnc\-module\/\.libs\Z # \Agnucash\/src\/gnc\-module\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/.*\.lo\Z # \Agnucash\/src\/gnc\-module\/.*\.la\Z # \Agnucash\/src\/gnc\-module\/test\/Makefile\Z # \Agnucash\/src\/gnc\-module\/test\/test\-load\-c\Z # \Agnucash\/src\/gnc\-module\/test\/test\-modsysver\Z # \Agnucash\/src\/gnc\-module\/test\/test\-incompatdep\Z # \Agnucash\/src\/gnc\-module\/test\/test\-agedver\Z # \Agnucash\/src\/gnc\-module\/test\/test\-dynload\Z # \Agnucash\/src\/gnc\-module\/test\/\.deps\Z # \Agnucash\/src\/gnc\-module\/test\/\.libs\Z # \Agnucash\/src\/gnc\-module\/test\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/Makefile\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/.*\.so\..*\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/\.deps\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/\.libs\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/.*\.lo\Z # \Agnucash\/src\/gnc\-module\/test\/misc\-mods\/.*\.la\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/Makefile\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/.*\.so\..*\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.c\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.h\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/bar\-gwrap\.html\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/\.deps\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/\.libs\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/.*\.lo\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-bar\/.*\.la\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/Makefile\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/.*\.so\..*\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.c\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.h\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/baz\-gwrap\.html\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/\.deps\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/\.libs\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/.*\.lo\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-baz\/.*\.la\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/Makefile\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/.*\.so\..*\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.c\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.h\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/foo\-gwrap\.html\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/\.deps\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/\.libs\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/Makefile\.in\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/.*\.lo\Z # \Agnucash\/src\/gnc\-module\/test\/mod\-foo\/.*\.la\Z # \Agnucash\/src\/gnome\/.*\.diff\Z # \Agnucash\/src\/gnome\/.*\.la\Z # \Agnucash\/src\/gnome\/.*\.lo\Z # \Agnucash\/src\/gnome\/\.deps\Z # \Agnucash\/src\/gnome\/\.libs\Z # \Agnucash\/src\/gnome\/\.scm\-links\Z # \Agnucash\/src\/gnome\/Makefile\Z # \Agnucash\/src\/gnome\/Makefile\.in\Z # \Agnucash\/src\/gnome\/gnc\-dir\.h\Z # \Agnucash\/src\/gnome\/gnucash\.desktop\Z # \Agnucash\/src\/gnome\/gnucash\.keys\Z # \Agnucash\/src\/gnome\/gnucash\.c\Z # \Agnucash\/src\/gnome\/gw\-gnc\.scm\Z # \Agnucash\/src\/gnome\/gw\-gnc\.h\Z # \Agnucash\/src\/gnome\/gw\-gnc\.c\Z # \Agnucash\/src\/gnome\/gw\-gnc\.html\Z # \Agnucash\/src\/gnome\/i18n\.h\Z # \Agnucash\/src\/gnome\/gnc\-version\.h\Z # \Agnucash\/src\/gnome\/glade\/Makefile\Z # \Agnucash\/src\/gnome\/glade\/Makefile\.in\Z # \Agnucash\/src\/gnome\-search\/.*\.lo\Z # \Agnucash\/src\/gnome\-search\/.*\.la\Z # \Agnucash\/src\/gnome\-search\/\.deps\Z # \Agnucash\/src\/gnome\-search\/\.libs\Z # \Agnucash\/src\/gnome\-search\/\.scm\-links\Z # \Agnucash\/src\/gnome\-search\/Makefile\Z # \Agnucash\/src\/gnome\-search\/Makefile\.in\Z # \Agnucash\/src\/gnome\-search\/gw\-gnome\-search\.c\Z # \Agnucash\/src\/gnome\-search\/gw\-gnome\-search\.h\Z # \Agnucash\/src\/gnome\-search\/gw\-gnome\-search\.html\Z # \Agnucash\/src\/gnome\-search\/gw\-gnome\-search\.scm\Z # \Agnucash\/src\/gnome\-utils\/Makefile\Z # \Agnucash\/src\/gnome\-utils\/Makefile\.in\Z # \Agnucash\/src\/gnome\-utils\/.*\.lo\Z # \Agnucash\/src\/gnome\-utils\/.*\.la\Z # \Agnucash\/src\/gnome\-utils\/\.deps\Z # \Agnucash\/src\/gnome\-utils\/\.libs\Z # \Agnucash\/src\/gnome\-utils\/\.scm\-links\Z # \Agnucash\/src\/gnome\-utils\/gnc\-dir\.h\Z # \Agnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.html\Z # \Agnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.h\Z # \Agnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.scm\Z # \Agnucash\/src\/gnome\-utils\/gw\-gnome\-utils\.c\Z # \Agnucash\/src\/gnome\-utils\/gnc\-version\.h\Z # \Agnucash\/src\/gnome\-utils\/test\/Makefile\Z # \Agnucash\/src\/gnome\-utils\/test\/Makefile\.in\Z # \Agnucash\/src\/gnome\-utils\/test\/\.deps\Z # \Agnucash\/src\/gnome\-utils\/test\/\.libs\Z # \Agnucash\/src\/gnome\-utils\/test\/test\-link\-module\Z # \Agnucash\/src\/import\-export\/.*\.la\Z # \Agnucash\/src\/import\-export\/.*\.lo\Z # \Agnucash\/src\/import\-export\/\.deps\Z # \Agnucash\/src\/import\-export\/\.libs\Z # \Agnucash\/src\/import\-export\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/Makefile\Z # \Agnucash\/src\/import\-export\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/binary\-import\/Makefile\Z # \Agnucash\/src\/import\-export\/binary\-import\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/binary\-import\/\.deps\Z # \Agnucash\/src\/import\-export\/binary\-import\/\.libs\Z # \Agnucash\/src\/import\-export\/binary\-import\/.*\.diff\Z # \Agnucash\/src\/import\-export\/binary\-import\/.*\.lo\Z # \Agnucash\/src\/import\-export\/binary\-import\/.*\.la\Z # \Agnucash\/src\/import\-export\/binary\-import\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.scm\Z # \Agnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.c\Z # \Agnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.h\Z # \Agnucash\/src\/import\-export\/binary\-import\/gw\-binary\-import\.html\Z # \Agnucash\/src\/import\-export\/binary\-import\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/binary\-import\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/binary\-import\/test\/\.deps\Z # \Agnucash\/src\/import\-export\/binary\-import\/test\/\.libs\Z # \Agnucash\/src\/import\-export\/binary\-import\/test\/test\-link\-module\Z # \Agnucash\/src\/import\-export\/hbci\/\.deps\Z # \Agnucash\/src\/import\-export\/hbci\/\.libs\Z # \Agnucash\/src\/import\-export\/hbci\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/hbci\/.*\.la\Z # \Agnucash\/src\/import\-export\/hbci\/.*\.lo\Z # \Agnucash\/src\/import\-export\/hbci\/Makefile\Z # \Agnucash\/src\/import\-export\/hbci\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/hbci\/glade\/Makefile\Z # \Agnucash\/src\/import\-export\/hbci\/glade\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/hbci\/test\/\.deps\Z # \Agnucash\/src\/import\-export\/hbci\/test\/\.libs\Z # \Agnucash\/src\/import\-export\/hbci\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/hbci\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/hbci\/test\/test\-link\-module\Z # \Agnucash\/src\/import\-export\/log\-replay\/.*\.lo\Z # \Agnucash\/src\/import\-export\/log\-replay\/.*\.la\Z # \Agnucash\/src\/import\-export\/log\-replay\/\.deps\Z # \Agnucash\/src\/import\-export\/log\-replay\/\.libs\Z # \Agnucash\/src\/import\-export\/log\-replay\/Makefile\Z # \Agnucash\/src\/import\-export\/log\-replay\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/mt940\/\.deps\Z # \Agnucash\/src\/import\-export\/mt940\/\.libs\Z # \Agnucash\/src\/import\-export\/mt940\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/mt940\/.*\.la\Z # \Agnucash\/src\/import\-export\/mt940\/.*\.lo\Z # \Agnucash\/src\/import\-export\/mt940\/Makefile\Z # \Agnucash\/src\/import\-export\/mt940\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/ofx\/.*\.lo\Z # \Agnucash\/src\/import\-export\/ofx\/.*\.la\Z # \Agnucash\/src\/import\-export\/ofx\/\.deps\Z # \Agnucash\/src\/import\-export\/ofx\/\.libs\Z # \Agnucash\/src\/import\-export\/ofx\/Makefile\Z # \Agnucash\/src\/import\-export\/ofx\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/ofx\/test\/\.deps\Z # \Agnucash\/src\/import\-export\/ofx\/test\/\.libs\Z # \Agnucash\/src\/import\-export\/ofx\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/ofx\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/ofx\/test\/test\-link\Z # \Agnucash\/src\/import\-export\/qif\/\.deps\Z # \Agnucash\/src\/import\-export\/qif\/\.libs\Z # \Agnucash\/src\/import\-export\/qif\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/qif\/.*\.la\Z # \Agnucash\/src\/import\-export\/qif\/.*\.lo\Z # \Agnucash\/src\/import\-export\/qif\/Makefile\Z # \Agnucash\/src\/import\-export\/qif\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/qif\/test\/\.deps\Z # \Agnucash\/src\/import\-export\/qif\/test\/\.libs\Z # \Agnucash\/src\/import\-export\/qif\/test\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/qif\/test\/.*\.la\Z # \Agnucash\/src\/import\-export\/qif\/test\/.*\.lo\Z # \Agnucash\/src\/import\-export\/qif\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/qif\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/qif\/test\/test\-link\Z # \Agnucash\/src\/import\-export\/qif\/test\/test\-qif\Z # \Agnucash\/src\/import\-export\/qif\-import\/\.deps\Z # \Agnucash\/src\/import\-export\/qif\-import\/\.libs\Z # \Agnucash\/src\/import\-export\/qif\-import\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/qif\-import\/.*\.la\Z # \Agnucash\/src\/import\-export\/qif\-import\/.*\.lo\Z # \Agnucash\/src\/import\-export\/qif\-import\/Makefile\Z # \Agnucash\/src\/import\-export\/qif\-import\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/qif\-import\/test\/\.deps\Z # \Agnucash\/src\/import\-export\/qif\-import\/test\/\.libs\Z # \Agnucash\/src\/import\-export\/qif\-import\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/qif\-import\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/qif\-import\/test\/test\-link\Z # \Agnucash\/src\/import\-export\/qif\-io\-core\/\.deps\Z # \Agnucash\/src\/import\-export\/qif\-io\-core\/\.scm\-links\Z # \Agnucash\/src\/import\-export\/qif\-io\-core\/Makefile\Z # \Agnucash\/src\/import\-export\/qif\-io\-core\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/qif\-io\-core\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/qif\-io\-core\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/test\/.*\.la\Z # \Agnucash\/src\/import\-export\/test\/.*\.lo\Z # \Agnucash\/src\/import\-export\/test\/\.deps\Z # \Agnucash\/src\/import\-export\/test\/\.libs\Z # \Agnucash\/src\/import\-export\/test\/Makefile\Z # \Agnucash\/src\/import\-export\/test\/Makefile\.in\Z # \Agnucash\/src\/import\-export\/test\/test\-import\-parse\Z # \Agnucash\/src\/import\-export\/test\/test\-link\Z # \Agnucash\/src\/network\-utils\/Makefile\Z # \Agnucash\/src\/network\-utils\/Makefile\.in\Z # \Agnucash\/src\/network\-utils\/\.deps\Z # \Agnucash\/src\/network\-utils\/\.libs\Z # \Agnucash\/src\/network\-utils\/.*\.lo\Z # \Agnucash\/src\/network\-utils\/.*\.la\Z # \Agnucash\/src\/network\-utils\/.*\.diff\Z # \Agnucash\/src\/network\-utils\/gnc\-dir\.h\Z # \Agnucash\/src\/network\-utils\/test\/Makefile\Z # \Agnucash\/src\/network\-utils\/test\/Makefile\.in\Z # \Agnucash\/src\/network\-utils\/test\/\.deps\Z # \Agnucash\/src\/network\-utils\/test\/\.libs\Z # \Agnucash\/src\/network\-utils\/test\/test\-link\-module\Z # \Agnucash\/src\/optional\/.*\.lo\Z # \Agnucash\/src\/optional\/.*\.la\Z # \Agnucash\/src\/optional\/Makefile\Z # \Agnucash\/src\/optional\/Makefile\.in\Z # \Agnucash\/src\/optional\/swig\/Makefile\Z # \Agnucash\/src\/optional\/swig\/Makefile\.in\Z # \Agnucash\/src\/optional\/swig\/\.deps\Z # \Agnucash\/src\/optional\/swig\/\.libs\Z # \Agnucash\/src\/optional\/swig\/.*\.lo\Z # \Agnucash\/src\/optional\/swig\/.*\.la\Z # \Agnucash\/src\/optional\/swig\/gnucash\.engine\.i\Z # \Agnucash\/src\/optional\/swig\/gnucash\-engine\-perl5_wrap\.c\Z # \Agnucash\/src\/optional\/swig\/gnucash\-engine\-perl5_wrap_int\.c\Z # \Agnucash\/src\/optional\/swig\/gnucash\.engine_wrap\.doc\Z # \Agnucash\/src\/optional\/swig\/gnucash\.pm\Z # \Agnucash\/src\/optional\/swig\/examples\/Makefile\Z # \Agnucash\/src\/optional\/swig\/examples\/Makefile\.in\Z # \Agnucash\/src\/pixmaps\/Makefile\Z # \Agnucash\/src\/pixmaps\/Makefile\.in\Z # \Agnucash\/src\/quotes\/Makefile\Z # \Agnucash\/src\/quotes\/Makefile\.in\Z # \Agnucash\/src\/quotes\/finance\-quote\-check\Z # \Agnucash\/src\/quotes\/finance\-quote\-helper\Z # \Agnucash\/src\/quotes\/update\-finance\-quote\Z # \Agnucash\/src\/quotes\/histprices\Z # \Agnucash\/src\/register\/Makefile\Z # \Agnucash\/src\/register\/Makefile\.in\Z # \Agnucash\/src\/register\/ledger\-core\/Makefile\Z # \Agnucash\/src\/register\/ledger\-core\/\.deps\Z # \Agnucash\/src\/register\/ledger\-core\/\.libs\Z # \Agnucash\/src\/register\/ledger\-core\/Makefile\.in\Z # \Agnucash\/src\/register\/ledger\-core\/.*\.lo\Z # \Agnucash\/src\/register\/ledger\-core\/.*\.la\Z # \Agnucash\/src\/register\/ledger\-core\/test\/Makefile\Z # \Agnucash\/src\/register\/ledger\-core\/test\/Makefile\.in\Z # \Agnucash\/src\/register\/ledger\-core\/test\/\.deps\Z # \Agnucash\/src\/register\/ledger\-core\/test\/\.libs\Z # \Agnucash\/src\/register\/ledger\-core\/test\/test\-link\-module\Z # \Agnucash\/src\/register\/register\-core\/Makefile\Z # \Agnucash\/src\/register\/register\-core\/Makefile\.in\Z # \Agnucash\/src\/register\/register\-core\/\.deps\Z # \Agnucash\/src\/register\/register\-core\/\.libs\Z # \Agnucash\/src\/register\/register\-core\/\.scm\-links\Z # \Agnucash\/src\/register\/register\-core\/.*\.lo\Z # \Agnucash\/src\/register\/register\-core\/.*\.la\Z # \Agnucash\/src\/register\/register\-core\/gw\-register\-core\.c\Z # \Agnucash\/src\/register\/register\-core\/gw\-register\-core\.h\Z # \Agnucash\/src\/register\/register\-core\/gw\-register\-core\.html\Z # \Agnucash\/src\/register\/register\-core\/gw\-register\-core\.scm\Z # \Agnucash\/src\/register\/register\-core\/test\/Makefile\Z # \Agnucash\/src\/register\/register\-core\/test\/Makefile\.in\Z # \Agnucash\/src\/register\/register\-core\/test\/\.deps\Z # \Agnucash\/src\/register\/register\-core\/test\/\.libs\Z # \Agnucash\/src\/register\/register\-core\/test\/test\-link\-module\Z # \Agnucash\/src\/register\/register\-gnome\/Makefile\Z # \Agnucash\/src\/register\/register\-gnome\/Makefile\.in\Z # \Agnucash\/src\/register\/register\-gnome\/\.deps\Z # \Agnucash\/src\/register\/register\-gnome\/\.libs\Z # \Agnucash\/src\/register\/register\-gnome\/.*\.lo\Z # \Agnucash\/src\/register\/register\-gnome\/.*\.la\Z # \Agnucash\/src\/register\/register\-gnome\/test\/Makefile\Z # \Agnucash\/src\/register\/register\-gnome\/test\/Makefile\.in\Z # \Agnucash\/src\/register\/register\-gnome\/test\/\.deps\Z # \Agnucash\/src\/register\/register\-gnome\/test\/\.libs\Z # \Agnucash\/src\/register\/register\-gnome\/test\/test\-link\-module\Z # \Agnucash\/src\/report\/Makefile\Z # \Agnucash\/src\/report\/Makefile\.in\Z # \Agnucash\/src\/report\/locale\-specific\/Makefile\Z # \Agnucash\/src\/report\/locale\-specific\/Makefile\.in\Z # \Agnucash\/src\/report\/locale\-specific\/us\/Makefile\Z # \Agnucash\/src\/report\/locale\-specific\/us\/Makefile\.in\Z # \Agnucash\/src\/report\/locale\-specific\/us\/\.scm\-links\Z # \Agnucash\/src\/report\/locale\-specific\/us\/\.deps\Z # \Agnucash\/src\/report\/locale\-specific\/us\/\.libs\Z # \Agnucash\/src\/report\/locale\-specific\/us\/.*\.lo\Z # \Agnucash\/src\/report\/locale\-specific\/us\/.*\.la\Z # \Agnucash\/src\/report\/locale\-specific\/us\/test\/\.deps\Z # \Agnucash\/src\/report\/locale\-specific\/us\/test\/\.libs\Z # \Agnucash\/src\/report\/locale\-specific\/us\/test\/Makefile\Z # \Agnucash\/src\/report\/locale\-specific\/us\/test\/Makefile\.in\Z # \Agnucash\/src\/report\/locale\-specific\/us\/test\/test\-link\-module\Z # \Agnucash\/src\/report\/report\-gnome\/.*\.lo\Z # \Agnucash\/src\/report\/report\-gnome\/.*\.la\Z # \Agnucash\/src\/report\/report\-gnome\/\.scm\-links\Z # \Agnucash\/src\/report\/report\-gnome\/\.deps\Z # \Agnucash\/src\/report\/report\-gnome\/\.libs\Z # \Agnucash\/src\/report\/report\-gnome\/Makefile\Z # \Agnucash\/src\/report\/report\-gnome\/Makefile\.in\Z # \Agnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.scm\Z # \Agnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.html\Z # \Agnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.h\Z # \Agnucash\/src\/report\/report\-gnome\/gw\-report\-gnome\.c\Z # \Agnucash\/src\/report\/report\-gnome\/test\/Makefile\Z # \Agnucash\/src\/report\/report\-gnome\/test\/Makefile\.in\Z # \Agnucash\/src\/report\/report\-gnome\/test\/test\-link\-module\Z # \Agnucash\/src\/report\/report\-gnome\/test\/\.deps\Z # \Agnucash\/src\/report\/report\-gnome\/test\/\.libs\Z # \Agnucash\/src\/report\/report\-system\/Makefile\Z # \Agnucash\/src\/report\/report\-system\/Makefile\.in\Z # \Agnucash\/src\/report\/report\-system\/\.scm\-links\Z # \Agnucash\/src\/report\/report\-system\/\.deps\Z # \Agnucash\/src\/report\/report\-system\/\.libs\Z # \Agnucash\/src\/report\/report\-system\/.*\.lo\Z # \Agnucash\/src\/report\/report\-system\/.*\.la\Z # \Agnucash\/src\/report\/report\-system\/test\/Makefile\Z # \Agnucash\/src\/report\/report\-system\/test\/Makefile\.in\Z # \Agnucash\/src\/report\/report\-system\/test\/test\-link\-module\Z # \Agnucash\/src\/report\/report\-system\/test\/\.deps\Z # \Agnucash\/src\/report\/report\-system\/test\/\.libs\Z # \Agnucash\/src\/report\/standard\-reports\/Makefile\Z # \Agnucash\/src\/report\/standard\-reports\/Makefile\.in\Z # \Agnucash\/src\/report\/standard\-reports\/\.scm\-links\Z # \Agnucash\/src\/report\/standard\-reports\/\.deps\Z # \Agnucash\/src\/report\/standard\-reports\/\.libs\Z # \Agnucash\/src\/report\/standard\-reports\/.*\.lo\Z # \Agnucash\/src\/report\/standard\-reports\/.*\.la\Z # \Agnucash\/src\/report\/standard\-reports\/test\/Makefile\Z # \Agnucash\/src\/report\/standard\-reports\/test\/Makefile\.in\Z # \Agnucash\/src\/report\/stylesheets\/Makefile\Z # \Agnucash\/src\/report\/stylesheets\/Makefile\.in\Z # \Agnucash\/src\/report\/stylesheets\/\.scm\-links\Z # \Agnucash\/src\/report\/stylesheets\/\.deps\Z # \Agnucash\/src\/report\/stylesheets\/\.libs\Z # \Agnucash\/src\/report\/stylesheets\/.*\.lo\Z # \Agnucash\/src\/report\/stylesheets\/.*\.la\Z # \Agnucash\/src\/report\/stylesheets\/test\/Makefile\Z # \Agnucash\/src\/report\/stylesheets\/test\/Makefile\.in\Z # \Agnucash\/src\/report\/utility\-reports\/Makefile\Z # \Agnucash\/src\/report\/utility\-reports\/Makefile\.in\Z # \Agnucash\/src\/report\/utility\-reports\/\.scm\-links\Z # \Agnucash\/src\/report\/utility\-reports\/\.deps\Z # \Agnucash\/src\/report\/utility\-reports\/\.libs\Z # \Agnucash\/src\/report\/utility\-reports\/.*\.lo\Z # \Agnucash\/src\/report\/utility\-reports\/.*\.la\Z # \Agnucash\/src\/report\/utility\-reports\/test\/Makefile\Z # \Agnucash\/src\/report\/utility\-reports\/test\/Makefile\.in\Z # \Agnucash\/src\/scm\/Makefile\Z # \Agnucash\/src\/scm\/Makefile\.in\Z # \Agnucash\/src\/scm\/\.scm\-links\Z # \Agnucash\/src\/scm\/build\-config\.scm\Z # \Agnucash\/src\/scm\/gnumeric\/Makefile\Z # \Agnucash\/src\/scm\/gnumeric\/Makefile\.in\Z # \Agnucash\/src\/scm\/printing\/Makefile\Z # \Agnucash\/src\/scm\/printing\/Makefile\.in\Z # \Agnucash\/src\/tax\/Makefile\Z # \Agnucash\/src\/tax\/Makefile\.in\Z # \Agnucash\/src\/tax\/us\/Makefile\Z # \Agnucash\/src\/tax\/us\/Makefile\.in\Z # \Agnucash\/src\/tax\/us\/\.scm\-links\Z # \Agnucash\/src\/tax\/us\/\.deps\Z # \Agnucash\/src\/tax\/us\/\.libs\Z # \Agnucash\/src\/tax\/us\/.*\.lo\Z # \Agnucash\/src\/tax\/us\/.*\.la\Z # \Agnucash\/src\/tax\/us\/test\/\.deps\Z # \Agnucash\/src\/tax\/us\/test\/\.libs\Z # \Agnucash\/src\/tax\/us\/test\/Makefile\Z # \Agnucash\/src\/tax\/us\/test\/Makefile\.in\Z # \Agnucash\/src\/tax\/us\/test\/test\-link\-module\Z # \Agnucash\/src\/test\-core\/Makefile\Z # \Agnucash\/src\/test\-core\/Makefile\.in\Z # \Agnucash\/src\/test\-core\/\.deps\Z # \Agnucash\/src\/test\-core\/\.libs\Z # \Agnucash\/src\/test\-core\/.*\.lo\Z # \Agnucash\/src\/test\-core\/.*\.la\Z # p '.cvsignore' 592 1092516331 0100664 # p 'ltmain.sh' 156882 1092431220 0100664 # p 'src/import-export/qif-import/qif-dialog-utils.scm' 31174 1092342188 0100664 #### End of ApplyPatch data #### #### End of Patch kit [created: Sat Aug 14 16:00:56 2004] #### #### Patch checksum: 2842 193226 30658 #### #### Checksum: 2864 194125 41213 ####