From 1ef66368c4222dd4b5eac40ecb2b9740e3802f32 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Mon, 20 Mar 2017 16:08:20 +0000 Subject: [PATCH] Enable adding generated source files to git --- .gitignore | 1 - Makefile | 1 - 2 files changed, 2 deletions(-) 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