Skip to content

Commit 69323c3

Browse files
committed
List generated files for the github size munger
This list used to exist in the github munger tree, but that tool should be more generic. This needs to live near the code.
1 parent d51e27f commit 69323c3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.generated_files

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
17+
file-prefix zz_generated.
18+
19+
file-name BUILD
20+
file-name types.generated.go
21+
file-name generated.pb.go
22+
file-name generated.proto
23+
file-name types_swagger_doc_generated.go
24+
25+
path-prefix Godeps/
26+
path-prefix vendor/
27+
path-prefix api/swagger-spec/
28+
path-prefix pkg/generated/
29+
30+
paths-from-repo .generated_docs

0 commit comments

Comments
 (0)