diff options
author | Klement Sekera <ksekera@cisco.com> | 2016-10-28 13:20:27 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-10-31 23:48:25 +0000 |
commit | 277b89c946e6fdc764ee48726fcd3df1c189eda9 (patch) | |
tree | 1ced5e4a47a00290251e89929df0945ae64370c8 /.gitignore | |
parent | cede3798b7f3c35cab2a8268c584fd22bf3a34f6 (diff) |
add vpp debugging support to test framework
improve test documentation
Change-Id: Ia9678aa2532ecb4cb33736aedb4a31aa3f2a3f93
Signed-off-by: Klement Sekera <ksekera@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 e88652cdd93..126780bb0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ /build-root/*.deb /build-root/*.rpm /build-root/*.changes +/build-root/test-doc/ +/build-roit/python/ /build-config.mk /dpdk/*.tar.gz /dpdk/*.tar.xz |