lwp: Ignore and clean the rw test utility

The lwp test utility "rw" is not built by default.  But if someone
builds it explicitly, we should clean it during an clean pass.
Also add it to a .gitignore file.

Change-Id: I0ad90e504dedfaa71268221b443c4414327892d4
Reviewed-on: https://gerrit.openafs.org/15972
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
This commit is contained in:
Ben Huntsman 2024-11-24 11:10:14 -08:00 committed by Andrew Deason
parent d9a21ae07b
commit 65a891b126
2 changed files with 6 additions and 1 deletions

5
src/lwp/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# After changing this file, please run
# git ls-files -i --exclude-standard
# to check that you haven't inadvertently ignored any tracked files.
/rw

View File

@ -224,6 +224,6 @@ buildtools: ${TOP_LIBDIR}/liblwp.a depinstall
#
clean:
$(LT_CLEAN)
$(RM) -f *.o *.a core AFS_component_version_number.c
$(RM) -f *.o *.a core rw AFS_component_version_number.c
include ../config/Makefile.version