Skip to content

Commit ec0066d

Browse files
author
Benjamin Muskalla
authored
Merge pull request github#6597 from bmuskalla/hideStubsInDiff
Java: Hide diff for generated files by default
2 parents 0dd463d + f59a5b6 commit ec0066d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@
4848
*.gif -text
4949
*.dll -text
5050
*.pdb -text
51+
52+
java/ql/test/stubs/**/*.java linguist-generated=true
53+
java/ql/test/experimental/stubs/**/*.java linguist-generated=true

0 commit comments

Comments
 (0)