From 1be5a71982f7a457690f6008cf9087f82e3bd4d2 Mon Sep 17 00:00:00 2001 From: Gav Date: Wed, 7 Feb 2018 23:39:45 +0100 Subject: [PATCH] Update gitignore. --- substrate/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/substrate/.gitignore b/substrate/.gitignore index c7a3830779..ea86b1eb14 100644 --- a/substrate/.gitignore +++ b/substrate/.gitignore @@ -1,5 +1,6 @@ /target/ **/*.rs.bk *.swp -wasm-runtime/**/target/ +polkadot-runtime/wasm/target/ +executor/wasm/target/ **/._*