X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=bcfee43fd49fc2030e8e702b1d448c9282a54208;hb=fe965a3a17fd543cb5a7caf37b25729c1683865b;hp=aba513c91e5f8ca493b1f8835f572a8fc9692741;hpb=7498aadd23eb4d5be2891041c9153cc5dff1a6cc;p=vpp.git diff --git a/.gitignore b/.gitignore index aba513c91e5..bcfee43fd49 100644 --- a/.gitignore +++ b/.gitignore @@ -16,14 +16,8 @@ /build-root/*.tar.xz /build-root/*.changes /build-root/rpmbuild/ -/build-root/test-doc/ -/build-root/test-cov/ +/build-root/test-coverage/ /build-root/test/ -/test/run/ -/test/build/ -/test/coverage/ -/test/vapi_test/ -/test/doc/build/ /build-config.mk /build/external/*.tar.gz /build/external/*.tar.xz @@ -88,6 +82,7 @@ GTAGS # language servers compile_commands.json .clangd +.cache # indent backup files *.BAK @@ -123,3 +118,20 @@ compile_commands.json # No test log files **/test-run-*-*-* +# host stack test framework +/extras/hs-test/vpp-data +/extras/hs-test/hs-test +/extras/hs-test/http_server +/extras/hs-test/.build.vpp + +# ./configure +/CMakeFiles +/bin +/lib +/.ninja_deps +/.ninja_log +/CMakeCache.txt +/build.ninja +/cmake_install.cmake +/startup.conf +/startup.vpp