From f1baa1f6a5bdbfbcd87a924d1a9d9fe51e69e753 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 12 Dec 2017 03:13:07 -0500 Subject: [PATCH] fix: remove golang files and triggers directory for packaging --- plugins/config/Makefile | 2 +- plugins/network/Makefile | 2 +- plugins/repo/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/config/Makefile b/plugins/config/Makefile index 74d8ef36e..dcf7c0cad 100644 --- a/plugins/config/Makefile +++ b/plugins/config/Makefile @@ -25,4 +25,4 @@ clean: rm -rf commands subcommands src-clean: - rm -rf .gitignore src vendor Makefile + rm -rf .gitignore src triggers vendor Makefile *.go diff --git a/plugins/network/Makefile b/plugins/network/Makefile index b82e7f947..ce9105fda 100644 --- a/plugins/network/Makefile +++ b/plugins/network/Makefile @@ -25,7 +25,7 @@ clean: rm -rf commands subcommands network-* install post-create post-delete src-clean: - rm -rf .gitignore src vendor Makefile + rm -rf .gitignore src triggers vendor Makefile *.go triggers: $(TRIGGERS) diff --git a/plugins/repo/Makefile b/plugins/repo/Makefile index 3940279d1..b4c949836 100644 --- a/plugins/repo/Makefile +++ b/plugins/repo/Makefile @@ -25,4 +25,4 @@ clean: rm -rf commands subcommands src-clean: - rm -rf .gitignore src vendor Makefile + rm -rf .gitignore src triggers vendor Makefile *.go