Enable adding generated source files to git
This commit is contained in:
parent
bf83495be6
commit
1ef66368c4
2 changed files with 0 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -27,7 +27,6 @@ Temporary Items
|
||||||
|
|
||||||
*.test
|
*.test
|
||||||
*.cover
|
*.cover
|
||||||
*.gen.go
|
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# Folders
|
# Folders
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -77,7 +77,6 @@ clean:
|
||||||
$(GO) clean -i `glide novendor`
|
$(GO) clean -i `glide novendor`
|
||||||
find . -name '*.test' -type f -exec rm -f {} \;
|
find . -name '*.test' -type f -exec rm -f {} \;
|
||||||
find . -name '*.cover' -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
|
# The `make setup` command runs the
|
||||||
# go generate command in all of the
|
# go generate command in all of the
|
||||||
|
|
Loading…
Reference in a new issue