From c06e37f3d9844b078c1abbb1a31972b170eacf84 Mon Sep 17 00:00:00 2001 From: Benjamin Muskalla Date: Fri, 3 Sep 2021 10:45:16 +0200 Subject: [PATCH] Hide diff for generated files by default --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9a488b7bb5c..c4fdb243019 100644 --- a/.gitattributes +++ b/.gitattributes @@ -48,3 +48,5 @@ *.gif -text *.dll -text *.pdb -text + +java/ql/test/stubs/**/*.java linguist-generated=true \ No newline at end of file