summaryrefslogtreecommitdiff
path: root/.generated_files
blob: 454f7dd5c1a655692c35ff9793dd784e046499fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.