aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/k8s/.gitignore
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2019-08-07 13:38:38 +0200
committerPawel Wieczorek <p.wieczorek2@samsung.com>2019-08-07 14:35:08 +0200
commitab8186eb931abc8ae8664d377e8e7685c4cb2292 (patch)
tree0affad475969ff9e908ee23b1081513f912e4364 /test/security/k8s/.gitignore
parent2b5b2e0ff77608cfdfc8a949076860672b38b93f (diff)
k8s: Add Makefile targets for external dependencies
Building "check" binary now requires several external dependencies. To minimize setup effort, convenience make targets were provided. Issue-ID: SECCOM-235 Change-Id: Iec74c0652a5ed3a90d4504216b00ef20bdb7e81f Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'test/security/k8s/.gitignore')
-rw-r--r--test/security/k8s/.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/security/k8s/.gitignore b/test/security/k8s/.gitignore
index 3db554d59..6f63a3aa1 100644
--- a/test/security/k8s/.gitignore
+++ b/test/security/k8s/.gitignore
@@ -1,2 +1,7 @@
# Built binaries
/bin/check
+
+# Go packages, sources (except this project)
+/pkg/
+/src/*
+!/src/check/