freemo
9/11/2017 - 4:01 AM

Remove ignored files in git.sh

Remove ignored files in git

git clean -ndX #list files that would be removed
git clean -fdX #Actually remove them