#!/bin/sh

rm config.* -f
rm \#*\# -rf
rm .\#* -rf
rm autom4te.cache -rf

