Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (23 sloc)
766 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Files that should be ignored by tools which do not want to consider generated | |
# code. | |
# | |
# https://github.com/kubernetes/test-infra/blob/master/prow/plugins/size/size.go | |
# | |
# This file is a series of lines, each of the form: | |
# <type> <name> | |
# | |
# Type can be: | |
# path - an exact path to a single file | |
# file-name - an exact leaf filename, regardless of path | |
# path-prefix - a prefix match on the file path | |
# file-prefix - a prefix match of the leaf filename (no path) | |
# paths-from-repo - read a file from the repo and load file paths | |
# | |
file-prefix zz_generated. | |
file-name BUILD | |
file-name types.generated.go | |
file-name generated.pb.go | |
file-name generated.proto | |
file-name types_swagger_doc_generated.go | |
path-prefix vendor/ | |
path-prefix pkg/generated/ |