From 43556126467126ee60fd629482db6747b15ade08 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 19 Sep 2022 14:50:06 +0200 Subject: [PATCH] gh: Mark some derived files as such These should never be merged manually, rather have the local copy remain untouched and ask them to regenerate altogether. Also not showing in Github so reviewers don't get confused. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index ddec20639..3e20865f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,9 @@ statements_gettextgen.po linguist-generated=true *_wiregen.? linguist-generated=true *_printgen.? linguist-generated=true +# The following are marked as binary and generated since they can be +# easily overwritten and don't need deep review. +cln-grpc/proto/node.proto -text -diff linguist-generated=true +cln-grpc/src/convert.rs -text -diff linguist-generated=true +cln-rpc/src/model.rs -text -diff linguist-generated=true +contrib/pyln-testing/pyln/testing/node_pb2.py -text -diff linguist-generated=true \ No newline at end of file