m4/.gitignore | 1 + po/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 0f59068235112ad6eb7edcaa6d5d312d2debef38 Author: Tanu Kaskinen <[email protected]> Date: Tue Apr 17 14:16:16 2018 +0300 .gitignore: add m4/extern-inline.m4 and remove-ptcdate.sed diff --git a/m4/.gitignore b/m4/.gitignore index 7bdfcbf6..abd28caf 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,4 +1,5 @@ codeset.m4 +extern-inline.m4 fcntl-o.m4 gettext.m4 glibc2.m4 diff --git a/po/.gitignore b/po/.gitignore index 47297be9..ac922260 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -8,7 +8,7 @@ /insert-header.sin /pulseaudio.pot /quot.sed -/remove-potcdate.sin +/remove-potcdate.* /*.mo /*.gmo /Makefile _______________________________________________ pulseaudio-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
