Merge pull request #6 from knative/fix-gitattributes

Correct the generated client path
This commit is contained in:
Matt Moore 2018-09-06 20:03:12 -07:00 committed by GitHub
commit b354e0c2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -3,4 +3,4 @@
# https://github.com/github/linguist.
**/zz_generated.*.go linguist-generated=true
/client/** linguist-generated=true
/pkg/client/** linguist-generated=true