linguist-generated=true for mock and pb go files (#1465)

This commit is contained in:
Preston Van Loon
2019-02-02 17:25:28 -05:00
committed by GitHub
parent 5b209a2b18
commit 5076ee8fd7

4
.gitattributes vendored
View File

@@ -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