Skip to content

Commit 5fd2e36

Browse files
authored
Merge pull request #843 from grodrigues3/add-gen-files
add generated-files checker for mungebot
2 parents c56c648 + 611614b commit 5fd2e36

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.generated_files

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Files that should be ignored by tools which do not want to consider generated
2+
# code.
3+
#
4+
# https://github.com/kubernetes/contrib/blob/master/mungegithub/mungers/size.go
5+
#
6+
# This file is a series of lines, each of the form:
7+
# <type> <name>
8+
#
9+
# Type can be:
10+
# path - an exact path to a single file
11+
# file-name - an exact leaf filename, regardless of path
12+
# path-prefix - a prefix match on the file path
13+
# file-prefix - a prefix match of the leaf filename (no path)
14+
# paths-from-repo - read a file from the repo and load file paths
15+
#
16+
# For the community repo, there are no autogenerated files that should be skipped by tools and automation.

0 commit comments

Comments
 (0)