about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-01-10 12:26:23 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-01-10 12:26:23 +0100
commit8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253 (patch)
tree8b0a87e4ab0cde7a1afc9968ff3e7bb27a5c8263
parent759c4ac08f653423cf5105400256b4702a5bbcd6 (diff)
downloadrust-8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253.tar.gz
rust-8f02c4e2ee4a5e86bc14a3fe4d1bee9c3f2fc253.zip
Add y.bin to clean_all.sh
-rwxr-xr-xclean_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_all.sh b/clean_all.sh
index 865de7d234f..ea1f8c1e892 100755
--- a/clean_all.sh
+++ b/clean_all.sh
@@ -2,5 +2,5 @@
 set -e
 
 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
-rm -rf target/ build/ perf.data{,.old}
+rm -rf target/ build/ perf.data{,.old} y.bin
 rm -rf rand/ regex/ simple-raytracer/ portable-simd/