aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-07-28 17:20:23 -0400
committerDR695H <dr695h@att.com>2017-07-28 17:23:43 -0400
commita8dad8ef34999216b0e7622d8f8ffe506b03193e (patch)
treec73a294f2ac8047346c2b949b829272e7ce3f4de /.gitignore
parent6b2fddc76c6da6af42f4606acea392b221b00c81 (diff)
adding maven based python build
[TEST-48] this changes the structure of the project to be maven based Change-Id: I89212c8a2e38f2febe6c2d54a9222e260bc371e4 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3b06752..4b8211f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/.tox/
-/openecomp_heatbridge.egg-info/
+/heatbridge.egg-info/
/.project
-/.pydevproject \ No newline at end of file
+/.pydevproject
+/target/