Skip to content

Commit 23e2b39

Browse files
committed
Don't track test suite artifacts by default
This commit adds the Wasm files under `testsuite/`, to gitignore. We want to track these files, but only in very specific cases, e.g., `prod/testsuite-base`, which includes precompiled binaries. In such case, the binaries are forcefully tracked in git by a CI job.
1 parent 1ff3c4f commit 23e2b39

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
*.wasm
22
.DS_Store
33
/tests/c/testsuite/
4+
/tests/rust/testsuite/
5+
/tests/assemblyscript/testsuite/
6+
__pycache__
7+
8+
*~
9+
\#*\#
10+

0 commit comments

Comments
 (0)