From ee7b75b088336a373d7777989f5f770403863035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr> Date: Thu, 3 Jan 2019 19:50:54 +0100 Subject: [PATCH] Make better cleanup --- .gitignore | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2c29d7..def9766 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -manpage-base-url.xsl po4a.conf +po4a-stamp +Gemfile.lock */*.txt */*.1 */*.html diff --git a/Makefile b/Makefile index 914f6a4..d187875 100644 --- a/Makefile +++ b/Makefile @@ -53,4 +53,4 @@ $(foreach lang,$(ALL_LANGUAGES),$(foreach target, $(TARGETS), $(eval $(call MAKE mrproper: mrproper-local mrproper-local: - rm -f po4a-stamp + rm -f po4a-stamp po4a.conf -- GitLab