From 46af65d2e30947396d1777562f7f0cc4e8700923 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 21 Jan 2021 15:05:26 +0100 Subject: [PATCH] git: Ignore some more generated files and artifacts --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2eeb5fc8f..eea47ce8e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ coverage ccan/config.h __pycache__ config.vars +monkeytype.sqlite3 # Ignore some generated binaries */test/run-* @@ -50,8 +51,11 @@ contrib/pylightning/pylightning.egg-info/ contrib/pyln-*/build/ contrib/pyln-*/dist/ contrib/pyln-*/pyln_*.egg-info/ +plugins/fetchinvoice +plugins/offers plugins/keysend release/ - +tests/plugins/test_selfdisable_after_getmanifest devtools/route devtools/topology +devtools/bolt12-cli \ No newline at end of file