Skip to content

Commit 2ee6290

Browse files
authored
Add a cwasm produced during testing to .gitignore (#11421)
* Add a cwasm produced during testing to `.gitignore` Added in wasip3-prototyping but never made its way upstream here, so doing so now. * Ignore all cwasms in gitignore
1 parent be58c61 commit 2ee6290

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ examples/.cache
2626
*.smt2
2727
cranelift/isle/veri/veri_engine/test_output
2828
crates/explorer/node_modules
29-
tests/all/pulley_provenance_test.cwasm
30-
tests/all/pulley_provenance_test_component.cwasm
29+
*.cwasm
3130
/artifacts
3231
testcase*.wat
3332
testcase*.wasm

0 commit comments

Comments
 (0)