Add stdsimd to .gitignore and clean_all.sh

This commit is contained in:
bjorn3 2021-07-26 14:13:05 +02:00
parent 424a8c3a56
commit 02db151b00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored

@ -15,3 +15,4 @@ perf.data.old
/rand
/regex
/simple-raytracer
/stdsimd

@ -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/