chore: Fix pattern in .gitattributes to match mock files. (#44331)

This commit is contained in:
Varun Gandhi 2022-11-14 10:45:28 +08:00 committed by GitHub
parent 921bec536a
commit df20bc9efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View File

@ -5,4 +5,4 @@ cmd/repo-updater/repos/testdata/** linguist-generated=true
**/Cargo.lock linguist-generated=true
**/*.pb.go linguist-generated=true
CHANGELOG.md merge=union
**/mock_*_test.go linguist-generated=true
**/mocks*_*test.go linguist-generated=true