make clean leaves a number of zz_* generated files around
Open
bug
- Dominant language
- Go
- Stars
- 481
- Forks
- 131
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 11
Description
### What happened?
After running `make clean`, checking for left over generated files with `find . -name "zz_*.go"` shows a list of files that were not cleaned up. Is this on purpose or should `make clean` clean up all generated files?
### How can we reproduce it?
Checkout an upjet generated provider that has resources.
`make clean`
`find . -name "zz_*.go"`
Contributor guide
Assessment
This issue has not been assessed yet.