From 078b4ebec66939294822391b02997ce038c37a36 Mon Sep 17 00:00:00 2001 From: Adam Soltys Date: Wed, 7 Feb 2018 20:35:12 -0800 Subject: [PATCH] lnd: use single asterisk for gitignore wildcards This stops ripgrep from complaining about invalid use of **; must be one path component See https://github.com/BurntSushi/ripgrep/issues/373 --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be188b67..e53de9e1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,13 +30,13 @@ lncli output*.log cmd/cmd -**.key -**.hex +*.key +*.hex cmd/lncli/lncli # vim -**.swp +*.swp *.hex *.db