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
commit aeb09fcbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
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