Fix clean.sh
This commit is contained in:
parent
c870398c86
commit
b1760c8d29
@ -3,7 +3,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
git clean -xffd
|
||||
git clean -Xffd
|
||||
git submodule foreach --recursive git clean -xffd
|
||||
git submodule foreach --recursive git reset --hard
|
||||
}
|
||||
|
Reference in New Issue
Block a user