mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-26 19:44:29 +08:00
Makefile.am: clean some tempfiles
Add some temporary files to CLEANFILES Put test-driver in .gitignore Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
parent
ead55e9ba8
commit
673ff74fd4
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,6 +16,8 @@ lib*.a
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
test-driver
|
||||
|
||||
/ABOUT-NLS
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user