From 5444a843b60e0b1d1f6742fa9e912fcdfe5736f8 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 22 Jun 2022 12:23:34 +0200 Subject: [PATCH] git: Ignore some more generated files and the cln-grpc plugin --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa8e86ef9..a242ad4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,10 @@ doc/lightning*.[1578] *_wiregen.[ch] *_printgen.[ch] *_gettextgen.po +tests/node_pb2.py +tests/node_pb2_grpc.py +tests/primitives_pb2.py +tests/primitives_pb2_grpc.py # Ignore unrelated stuff .DS_Store @@ -67,4 +71,5 @@ doc/lightning*.[1578] # Rust targets target -Cargo.lock \ No newline at end of file +Cargo.lock +plugins/cln-grpc