community/.generated_files

17 lines
637 B
Plaintext

# Files that should be ignored by tools which do not want to consider generated
# code.
#
# https://git.k8s.io/contrib/mungegithub/mungers/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
#
# For the community repo, there are no autogenerated files that should be skipped by tools and automation.