From 673ff74fd4aa7896ec46b5849e5629cc63d5e4f0 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 13 Mar 2024 15:32:26 -0500 Subject: [PATCH] Makefile.am: clean some tempfiles Add some temporary files to CLEANFILES Put test-driver in .gitignore Signed-off-by: Serge Hallyn --- .gitignore | 2 ++ Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e11e03f1..6a0e0b93 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ lib*.a Makefile Makefile.in +test-driver + /ABOUT-NLS /aclocal.m4 /autom4te.cache diff --git a/Makefile.am b/Makefile.am index ed110f7a..8f489073 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,3 +13,5 @@ SUBDIRS += src po contrib doc etc tests/unit if ENABLE_REGENERATE_MAN SUBDIRS += man endif + +CLEANFILES = man/8.out man/po/remove-potcdate.* man/*/login.defs.d man/*/*.mo