Merge pull request #3986 from zexi/master

gencopyright: ignore generated files
This commit is contained in:
Zexi Li
2019-11-29 17:17:21 +08:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ function patch() {
for top in $@
do
for f in $(find $top -iname "*.go")
for f in $(find $top ! -name "*zz_generated*.go" -iname "*.go")
do
patch $f
done