Update .gitignore for intltool to gettext translation migration (!107)

Remove no longer needed intltool related ignores.  Add extra ignores
for direct use of gettext for translation.

ABOUT-NLS and most of the po/* files are copied during autogen.
autogen.sh -> gnome-autogen.sh -> autoreconf -> autopoint extracts these
from gettext's archive of application support files
/usr/share/gettext/archive.*.  Looks like this:
    $ ./autogen.sh
    ...
    Processing ./configure.ac
    Running autoreconf...
    autoreconf: Entering directory `.'
    autoreconf: running: autopoint --force
    Copying file ABOUT-NLS
    ...
    Copying file po/Makefile.in.in
    Copying file po/Makevars.template
    Copying file po/Rules-quot
    Copying file po/boldquot.sed
    Copying file po/en@boldquot.header
    Copying file po/en@quot.header
    Copying file po/insert-header.sin
    Copying file po/quot.sed
    Copying file po/remove-potcdate.sin

And these files are created by make in the po directory:
    po/gparted.pot
    po/remove-potcdate.sed

Closes !107 - Migrate from intltool to gettext translation
This commit is contained in:
Mike Fleetwood 2022-09-19 12:33:37 +01:00 committed by Curtis Gedak
parent a141c048af
commit d799352d98

13
.gitignore vendored
View file

@ -13,10 +13,10 @@
.csettings
.deps
.dirstamp
.intltool-merge-cache
.libs
.project
.xml2po.mo
ABOUT-NLS
INSTALL
Makefile
Makefile.in
@ -35,7 +35,6 @@ gparted.desktop.in
gpartedbin
index.docbook
install-sh
intltool-*
lib/gtest/lib
libtool
ltmain.sh
@ -46,6 +45,16 @@ missing
mkinstalldirs
org.gnome.gparted.policy
org.gnome.gparted.policy.in
po/Makevars.template
po/Rules-quot
po/boldquot.sed
po/en@boldquot.header
po/en@quot.header
po/gparted.pot
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sin
po/remove-potcdate.sed
stamp-*
test-driver
testbuild.log