From ecd0ecc6d1b8fcef14a642aca6cbee5998e7f22d Mon Sep 17 00:00:00 2001 From: Seebs Date: Wed, 13 Oct 2021 12:39:06 -0500 Subject: [PATCH] add featurebase to .gitignore we ignored pilosa binaries but we've renamed so now the binary is named featurebase. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 21dbedb4d..2082bd5c0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ release-pilosa-fsck.*.*.tar.gz /log.* /tourna.log.* pilosa +/featurebase *.dot .idea/ .*.swp