Modified script to delete all ignored files

This commit is contained in:
Kevin Frantz 2018-10-31 08:23:31 +01:00
parent 7c8ebc6e0c
commit 8644feac1d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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