]> git.lizzy.rs Git - rust.git/blob - clean_all.sh
Introduce GitRepo type
[rust.git] / clean_all.sh
1 #!/usr/bin/env bash
2 set -e
3
4 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
5 rm -rf target/ build/ perf.data{,.old} y.bin
6 rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/