Merge pull request #3810 from dwijnand/no-contraband-diff

Exclude contraband generated files from diff by default
This commit is contained in:
eugene yokota
2017-12-14 08:09:20 -05:00
committed by GitHub
+4
View File
@@ -5,3 +5,7 @@
# to native line endings on checkout.
*.scala text
*.java text
# Exclude contraband generated files from diff (by default - you can see it if you want)
**/contraband-scala/**/* -diff merge=ours
**/contraband-scala/**/* linguist-generated=true