From 724dcb49a5a48f3f473027ab47610f449c70dd62 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 6 Mar 2019 15:57:13 -0800 Subject: [PATCH] git: update gitignore to include new loop related binaries --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af02a65..ec3842d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,11 @@ _testmain.go output*.log -swapcli -!swapcli/ +loop +!cmd/loop/ + +loopd +!cmd/loopd/ *.key *.hex