From: Yun Huang Date: Wed, 14 Mar 2018 02:49:34 +0000 (+0800) Subject: Correct exclude unwanted python env files X-Git-Tag: v1.1.2~197 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2f9345dc9ee45dfaeabcd38a8e9fd1414217f37a;p=multicloud%2Fopenstack.git Correct exclude unwanted python env files Change-Id: If72245d7a11d953307e095ec2cc9e7a6e89e0a2a Issue-ID: MULTICLOUD-171 Signed-off-by: Yun Huang --- diff --git a/windriver/pom.xml b/windriver/pom.xml index 676a6cab..f898ce1d 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -47,7 +47,7 @@ py Python **/*.py - venv-tox/*,.tox/*, */tests/*,setup.py + **/venv-tox/**,**/.tox/**, **/tests/**,setup.py