# kill remnants of CVS, if any
rm -fr $(find ./ -type d -and -name CVS)        &&
rm -fr $(find ./ -type f -and -name .cvsignore)
