From 5873dece666a308e3528bc78ebd593d87b5b7cc9 Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Mon, 3 Aug 2020 13:55:16 +0300 Subject: [PATCH] build: Better GitHub handling of auto-generated code Signed-off-by: Stanislav Bogatyrev --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b002a5dd..c7a3f7a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -/**/*.pb.go -diff binary +/**/*.pb.go -diff -merge +/**/*.pb.go linguist-generated=true