diff options
author | Florian Müllner <fmuellner@gnome.org> | 2016-07-22 02:13:54 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2016-08-19 11:04:48 +0200 |
commit | 3248c6852ca027f3168c9a9e5ab867111d31cfc8 (patch) | |
tree | a7b5db64311d67187c5d33cfa3338e6638aaf345 /.gitignore | |
parent | 564973410036746f4b73a6167b9e429c007fd9fc (diff) | |
download | mutter-3248c6852ca027f3168c9a9e5ab867111d31cfc8.tar.gz |
build: Say good-bye to intltool
intltool is unmaintained nowadays while upstream gettext gained
support for formats like GSettings schemas and .desktop files,
and offers a mechanism to teach it about other XML formats not
yet supported out of the box which we can use for the rest.
So there's nothing stopping us, just make the switch ...
https://bugzilla.gnome.org/show_bug.cgi?id=769073
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 043127afe..8350c5ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -41,8 +41,14 @@ stamp-h1 *~ stamp-it .intltool-merge-cache +ABOUT-NLS POTFILES +Makevars.template +po/*.header po/*.pot +po/*.sed +po/*.sin +Rules-quot libmutter.pc mutter mutter-restart-helper |