Implemented script to clear untracked files

This commit is contained in:
Kevin Frantz 2018-10-31 08:19:57 +01:00
parent d55ade992a
commit 7c8ebc6e0c

View File

@ -0,0 +1,2 @@
echo "Untracked and ignored files will be deleted..."
(cd $(dirname $(readlink -f ${0}))/../ && git clean -fx)