infinito/administration/cleanup-ignored.sh

3 lines
113 B
Bash
Raw Normal View History

echo "Untracked and ignored files will be deleted..."
(cd $(dirname $(readlink -f ${0}))/../ && git clean -fXd)