diff options
author | Ole Trøan <otroan@employees.org> | 2018-06-18 18:30:09 +0000 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-06-18 18:30:09 +0000 |
commit | 61debaaaf2230c75d2435a6c866293e2d6359c44 (patch) | |
tree | f39dcd6ddc1ba13eeb08d29de8530dde8999ce2a /.gitignore | |
parent | a5ee900fb75201bbfceaf13c8bc57a13ed094988 (diff) |
Revert "Python API: Add enum and union support."
This reverts commit a5ee900fb75201bbfceaf13c8bc57a13ed094988.
Some of the unit tests breaks. Backing out until fixed.
Change-Id: I1846fb417db44a2a772f7b59cda8bcfe6d39f8c3
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38c117dbdbd..04a3b91d6ca 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,8 @@ GTAGS /src/vpp-api/python/build /src/vpp-api/python/dist /src/vpp-api/python/vpp_papi.egg-info +/src/vpp-api/python/vpp_papi/memclnt.py +/src/vpp-api/python/vpp_papi/vpe.py # Build files in the test directory /test/*.ok |