From 78d2924a9735fa5391f2e0e089aab47c0b26b1d1 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 19 Jul 2018 10:05:22 -0700 Subject: Package and deploy VNF scripts The deployment of VNF scripts to sites/raw was deprecated. This packages up those scripts ad Maven artifacts. Change-Id: I7ba52c9c75c7c76676634cbfb7d915c0a5a2956f Issue-ID: INT-592 Signed-off-by: Gary Wu --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ef16836d..d58afb49 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .*.sw? .DS_Store target/ +*~ -- cgit 1.2.3-korg