From 3075304c7f0a4814e2de297fb6ca54e48ffe7b91 Mon Sep 17 00:00:00 2001 From: Murali-P Date: Mon, 30 Jan 2017 20:25:40 +0530 Subject: VNF SDK Function test init Code Resolved:VNFSDK-21 Function test base code Change-Id: Ib8070d0549acdea4775bd325c5a282d5e2a708e0 Signed-off-by: Murali-P --- vnf-sdk-function-test/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vnf-sdk-function-test/.gitignore (limited to 'vnf-sdk-function-test/.gitignore') diff --git a/vnf-sdk-function-test/.gitignore b/vnf-sdk-function-test/.gitignore new file mode 100644 index 0000000..67a2e60 --- /dev/null +++ b/vnf-sdk-function-test/.gitignore @@ -0,0 +1,6 @@ +target/ +.project +.settings +.classpath +.class +.checkstyle -- cgit 1.2.3-korg