add a file to "bootstrap clean"

yylwrap showed up, so it needs to be nuked with other non-repo files
This commit is contained in:
Bill Currie 2010-08-21 13:03:39 +09:00
parent 5a6e66b23e
commit b68d774267

View file

@ -19,7 +19,7 @@ if test "$1" = "clean"; then
rm -f aclocal.m4 build-stamp changelog-stamp config.cache config.log \
config.status configure configure-stamp install-sh libtool missing \
mkinstalldirs quakeforge-config quakeforge.lsm
rm -f compile config.guess config.sub depcomp ltmain.sh
rm -f compile config.guess config.sub depcomp ltmain.sh ylwrap
rm -rf autom4te.cache
cd -