From 294c76e749996bd5d035d0bcc72dad12d63113dd Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 5 Jun 2018 22:53:56 +0200 Subject: [PATCH] gitignore: Ignore .pytest_cache Signed-off-by: Christian Decker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae7cc6e97..1a1271295 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ test/test_protocol test/test_sphinx tests/.pytest.restart gossip_store +.pytest_cache