k3s/build/root
Kubernetes Submit Queue 6a2ec70a2d Merge pull request #53235 from cblecker/clean-fix-two
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Move make clean to a static list

**What this PR does / why we need it**:
#51911 changed the functionality of `make clean` to use `git clean` to remove ignored files. This had unintended consequences, wiping things out like etcd. This changes it back to a static list, managed via a bash script. It's not optimal, but the static list of patterns is more up to date then it was keeping it in the make file.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #52271

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```
2017-10-05 20:16:47 -07:00
..
.bazelrc bazel: set --incompatible_disallow_set_constructor=false to fix breakage 2017-09-28 09:37:46 -07:00
.kazelcfg.json Use gazelle and kazel together to manage BUILD files 2017-08-11 09:30:23 -07:00
BUILD.root bazel: build/test almost everything 2017-09-21 15:59:27 -07:00
Makefile Move make clean to a static list 2017-09-29 12:36:18 -07:00
Makefile.generated_files conversion-gen: make staging dirs independent of living in vendor/ 2017-09-20 14:55:42 +02:00
WORKSPACE etcd: update version to 3.1.10 2017-10-02 12:27:46 -07:00