#! /bin/sh

rm -rf .*
rm -rf debian
find . -name CVS -type d -exec rm -rf {} \;
find . -name .#* -exec rm -f {} \;
