Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 02db151

Browse files
committed
Add stdsimd to .gitignore and clean_all.sh
1 parent 424a8c3 commit 02db151

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ perf.data.old
1515
/rand
1616
/regex
1717
/simple-raytracer
18+
/stdsimd

clean_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
55
rm -rf target/ build/ perf.data{,.old}
6-
rm -rf rand/ regex/ simple-raytracer/
6+
rm -rf rand/ regex/ simple-raytracer/ stdsimd/

0 commit comments

Comments
 (0)