#!/bin/csh
set nonomatch
rm $1*.{inc,dot,v,md,k,?k,np,eq,im,mnt}
rm $1*[a-z].{1,2,3,4,5,6,7,8,9}
