From ae8819f0a426953aa7ebf97c2e26940525b55fb1 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 7 Jun 2019 13:35:37 -0400 Subject: misc: vpp_papi- add tests, clean up pep8 Type: test Change-Id: Ic81bd4a9eba3c89a746e7a9b9e471b59cd87fa40 Signed-off-by: Paul Vinciguerra --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f2068c1bd70..8535007bdb1 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,8 @@ GTAGS /src/vpp-api/python/build /src/vpp-api/python/dist /src/vpp-api/python/vpp_papi.egg-info +/src/vpp_api/.tox +/src/vpp_api/.stestr # Build files in the test directory /test/*.ok @@ -103,3 +105,4 @@ GTAGS # No core files **/core + -- cgit 1.2.3-korg