From a9a37b527531b0f1b576913535cd5772c9f992ed Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 13 Jul 2021 16:33:44 -0300 Subject: .gitignore: Remove specific prefix path for gettext tmpfiles --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e389a63..80f9553 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /public/ /src/git-permalink -/doc/po/*.mo -/doc/po/*.po~ +*.mo +*.po~ /tests/remotes/ /tests/prefix/ /doc/*.1 -- cgit v1.2.3