The recent change to applying patches leaves the submodule dirty based on "new commits" being present. This ensures we clean up so the tree no longer reports dirty after a `go generate ./...` run. The Makefile was being a bit too aggressive in cleaning things up and would result in deleting the placeholder files which someone might accidentally commit. |
||
|---|---|---|
| .. | ||
| gen_common.sh | ||
| gen_darwin.sh | ||
| gen_linux.sh | ||
| gen_windows.ps1 | ||
| generate_darwin.go | ||
| generate_linux.go | ||
| generate_windows.go | ||