From: Serge Hallyn Date: Wed, 13 Mar 2024 20:32:26 +0000 (-0500) Subject: Makefile.am: clean some tempfiles X-Git-Tag: 4.15.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=673ff74fd4aa7896ec46b5849e5629cc63d5e4f0;p=thirdparty%2Fshadow.git Makefile.am: clean some tempfiles Add some temporary files to CLEANFILES Put test-driver in .gitignore Signed-off-by: Serge Hallyn --- diff --git a/.gitignore b/.gitignore index e11e03f10..6a0e0b93a 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 ed110f7a2..8f4890737 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