From b867c450e867d5bdd40f5d69eb2abb30ffb4881c Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 15 Oct 2019 10:27:17 +0200 Subject: [PATCH] gitignore: Add translation related generated files to .gitignore Add translation related generated files to .gitignore. Signed-off-by: Hans de Goede --- .gitignore | 3 ++- po/.gitignore | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 po/.gitignore diff --git a/.gitignore b/.gitignore index d6eb39d..570ba50 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 0000000..40cc3b1 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,8 @@ +Makefile.in.in +Makevars.template +POTFILES +Rules-quot +*.gmo +*.header +*.sin +*.sed