diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-02 21:50:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 20:21:13 -0400 |
commit | b90289428478fb039e4fa6cb58b863c0baa2af9f (patch) | |
tree | 36f03056e5fcd639a06787813f547176544bffe8 /.gitignore | |
parent | 66c5cd44277863708fdc81a6418bc84215b0c269 (diff) | |
download | fork-ledger-b90289428478fb039e4fa6cb58b863c0baa2af9f.tar.gz fork-ledger-b90289428478fb039e4fa6cb58b863c0baa2af9f.tar.bz2 fork-ledger-b90289428478fb039e4fa6cb58b863c0baa2af9f.zip |
Added support for using GNU gettext
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,6 +50,7 @@ /build /config.guess /config.log +/config.rpath /config.status /config.sub /configure @@ -69,6 +70,7 @@ /expr_tests /extra_tests /install-sh +/intl/ /ledger /ledger-*/ /ledger.info @@ -77,12 +79,14 @@ /lib/cppunit /libtool /ltmain.sh +/m4/ /make.deps /make.sh /math_tests /missing /parse_tests /pending +/po/ /report_tests /stamp-h1 /system.hh.gch @@ -90,3 +94,5 @@ /util_tests /version.m4 /src/system.hh.gch +/ABOUT-NLS +/tools/gettextize |