#! /bin/sh
# $Id: rm-logfiles,v 1.6 1996/11/08 13:04:38 paulson Exp $
#Remove useless files from subdirectories
rm log */make*.log */make*.log.gz
rm */test
rm */.*.thy.ML */*/.*.thy.ML
