Skip to content

Commit

Permalink
Merge pull request kubernetes#843 from grodrigues3/add-gen-files
Browse files Browse the repository at this point in the history
add generated-files checker for mungebot
  • Loading branch information
cjwagner authored Jul 24, 2017
2 parents c56c648 + 611614b commit 5fd2e36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .generated_files
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Files that should be ignored by tools which do not want to consider generated
# code.
#
# https://github.com/kubernetes/contrib/blob/master/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.

0 comments on commit 5fd2e36

Please sign in to comment.