From 1fe79df867b61c8273342a7e8f65151a2b72e70d Mon Sep 17 00:00:00 2001 From: ZmnSCPxj Date: Thu, 29 Mar 2018 14:43:48 +0000 Subject: [PATCH] .gitignore: Ignore `gossip_store` file. This, is generated, by `make check`. Probably better to put it in some location elsewhere, though? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b7c99c44..3bd9575cd 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ gossipd/test/run-responder-success test/test_protocol test/test_sphinx tests/.pytest.restart +gossip_store