From 5076ee8fd733bae451005163fb505bd4d8e34d11 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Sat, 2 Feb 2019 17:25:28 -0500 Subject: [PATCH] linguist-generated=true for mock and pb go files (#1465) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0269fab9c..bc4bed969 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ # Auto detect text files and perform LF normalization * text=auto *.sol linguist-language=Solidity + +# Ignore diff on generated code +*.pb.go linguist-generated=true +*_mock.go linguist-generated=true