From: Hans de Goede Date: Tue, 15 Oct 2019 08:27:17 +0000 (+0200) Subject: gitignore: Add translation related generated files to .gitignore X-Git-Tag: 0.9.5~27^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b867c450e867d5bdd40f5d69eb2abb30ffb4881c;p=thirdparty%2Fplymouth.git gitignore: Add translation related generated files to .gitignore Add translation related generated files to .gitignore. Signed-off-by: Hans de Goede --- diff --git a/.gitignore b/.gitignore index d6eb39df..570ba503 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ configure config.h* *-test *.la -.gitignore config.log build-tools config.status @@ -43,3 +42,5 @@ tags *.path docs/*.8 docs/*.1 +ABOUT-NLS +m4 diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 00000000..40cc3b1b --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,8 @@ +Makefile.in.in +Makevars.template +POTFILES +Rules-quot +*.gmo +*.header +*.sin +*.sed