diff options
author | Michael Hwang <mhwang@research.att.com> | 2019-11-11 15:28:57 -0500 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2019-12-16 11:02:15 -0500 |
commit | 77900bb3097491cd9fca964c111ea70724e53989 (patch) | |
tree | b23fb51b9e3c465bfcecaede1f0450acfe22e880 /.gitignore | |
parent | c698e66797bad69b4c77b26b487bf8322989beb0 (diff) |
Add distributor api projectdev-mod
Issue-ID: DCAEGEN2-1860
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Change-Id: I67aa9178b1b1830e330ca1259e8f6b30202945df
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -32,3 +32,13 @@ target .idea *.iml + +# For python +.coverage +.tox/ +coverage.xml +__pycache__ +*.egg-info/ +htmlcov/ +xunit-results.xml +*.eggs/ |