about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-07-26 14:13:05 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-07-26 14:13:05 +0200
commit02db151b0030794deb336e18f6bafab565456844 (patch)
tree0a89a39becaf24b0d8e2bada3b5148679243f9ae
parent424a8c3a569e6a67afb3fafdae8d4e7568097b15 (diff)
downloadrust-02db151b0030794deb336e18f6bafab565456844.tar.gz
rust-02db151b0030794deb336e18f6bafab565456844.zip
Add stdsimd to .gitignore and clean_all.sh
-rw-r--r--.gitignore1
-rwxr-xr-xclean_all.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 12e779fe7c7..25080488a88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ perf.data.old
 /rand
 /regex
 /simple-raytracer
+/stdsimd
diff --git a/clean_all.sh b/clean_all.sh
index f4f8c82d69f..23e5bf2e0a8 100755
--- a/clean_all.sh
+++ b/clean_all.sh
@@ -3,4 +3,4 @@ set -e
 
 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
 rm -rf target/ build/ perf.data{,.old}
-rm -rf rand/ regex/ simple-raytracer/
+rm -rf rand/ regex/ simple-raytracer/ stdsimd/