X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=80c4e4f92c9b712c6502722ebbdce8647b310f6d;hb=3ea8c5c45382a5168ec919f6e3dfb6b080579fe4;hp=19378e8584aa013e4842c6900ce9b8375a4c6d4a;hpb=630ca994e0ff210a3de80d73bb395c931d2fd83f;p=vpp.git diff --git a/.gitignore b/.gitignore index 19378e8584a..80c4e4f92c9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ /test/run/ /test/build/ /test/coverage/ +/test/venv/ +/test/vapi_test/ +/test/doc/build/ /build-config.mk /build/external/*.tar.gz /build/external/*.tar.xz @@ -39,7 +42,6 @@ config.log config.guess config.sub config.status -configure configure.scan coverage_report depcomp @@ -113,3 +115,9 @@ compile_commands.json # extras gomemif build files /extras/gomemif/bazel* + +# vpptop build files +/extras/vpptop/build/* + +# debian packaging +.pc