From ab9bf2771da0f567b96cb894f725664decbfc019 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 4 Mar 2019 08:50:01 +0000 Subject: [PATCH] Ignore temporary files associated with wasm_bindgen test --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a9d37c56..ac38e817 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ target Cargo.lock +rand_wasm_bindgen_test*.[tj]s +rand_wasm_bindgen_test*.wasm