diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 16:12:09 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 16:12:09 -0400 |
commit | d206b39f669ff86e469918ef1db5d3e75f4d18d4 (patch) | |
tree | b940b0fa6e617c4454d6d4cd6d5fb0b0212eef9b /.gitignore | |
parent | 906f5e2dc9b12074a12b69cc874056ef4a185dcc (diff) |
Set up for new staging method
Set up pom.xml for new staging method
Change-Id: I889d5560a416562c75d56cd49f7041a7794e6b62
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ # IntelliJ .idea/* -*.iml
\ No newline at end of file +*.iml +**/*.pyc +**/xunit-results.xml +**/.coverage +**/coverage.xml +**/target +helm/test_config +helm/nosetests.xml |