diff --git a/.gitignore b/.gitignore index 6b10876f..f5cb83a2 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ Temporary Items *.test *.cover -*.gen.go # ----------------------------------- # Folders diff --git a/Makefile b/Makefile index 0aceae35..b6f612ea 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,6 @@ clean: $(GO) clean -i `glide novendor` find . -name '*.test' -type f -exec rm -f {} \; find . -name '*.cover' -type f -exec rm -f {} \; - find . -name '*.gen.go' -type f -exec rm -f {} \; # The `make setup` command runs the # go generate command in all of the