From 0d5066c48b3e7d35127a64b4024e378a4028a6bc Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 4 Sep 2020 16:10:04 +0200 Subject: [PATCH] github: Mark some more files as derived / generated Since we started committing generated files as well we can mark them as derived so that they appear collapsed in the diff, reducing noise while reviewing. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 391c0ee85..c40e14769 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,8 @@ configure text eol=lf # The following files are generated and should not be shown in the # diffs by default on Github. doc/lightning*.7 linguist-generated=true +wallet/db_*_sqlgen.c linguist-generated=true +wallet/statements_gettextgen.po linguist-generated=true +*_wiregen.? linguist-generated=true +*_printgen.? linguist-generated=true