mirror of https://github.com/sbt/sbt.git
Exclude contraband generated files from diff by default
In both local git diff and GitHub diff you can still see the diff if you want. This is just to remove the noise by default.
This commit is contained in:
parent
3d45f82e75
commit
843210598b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue