From 3529d61a7df5e58264f8f6790e1bf04e69d530f8 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 3 Jan 2018 14:57:01 +0100 Subject: [PATCH] Exclude generated test classes from language statistics --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bb010b696a6..18973d22c60 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ **/testData/** linguist-vendored +*Generated.java linguist-generated=true compiler/cli/bin/* eol=lf compiler/cli/bin/*.bat eol=crlf