mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-03 14:35:23 +08:00
gencopyright: ignore generated files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user