[git attributes] add Package.swift to list of generated files (#33563)

This will prevent this auto-generated file from showing up in github
diffs by default.
This commit is contained in:
Mark D. Roth 2023-06-28 06:59:58 -07:00 committed by GitHub
parent f09357ccb4
commit acac59800d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -16,6 +16,7 @@ grpc.gyp linguist-generated=true
grpc.def linguist-generated=true
package.xml linguist-generated=true
binding.gyp linguist-generated=true
Package.swift linguist-generated=true
src/python/grpcio/grpc_core_dependencies.py linguist-generated=true
src/ruby/ext/grpc/rb_grpc_imports.generated.h linguist-generated=true
src/ruby/ext/grpc/rb_grpc_imports.generated.c linguist-generated=true