Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clean.sh « buildscripts - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eca8535d763015e41845739287a440c0a4801885 (plain)
1
2
3
4
5
#!/usr/bin/env bash

echo "Removing all untracked files in the working tree"
git clean -xdf $__working_tree_root
exit $?