From 1a332a9e6989338d4ba8cffe737c337ef1a4bbb1 Mon Sep 17 00:00:00 2001 From: Alexey Miroshkin Date: Mon, 26 Mar 2018 10:16:38 +0200 Subject: [PATCH] Fix gitignore pattern for iml files (#869) Rg is giving me a hard time because of this invalid pattern. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bab154862..d124989de 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ node* target Cargo.lock -**.iml +*.iml grin.log wallet.seed