X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=ec9ee7b29aa70db6ef288147577f39fe0969fa40;hb=c7d50475ecf53e8c65d875710c8a97be7dd11bd9;hp=06c57c3cb85714a0b8bd37d71a78273cf4cee1d7;hpb=14b118b4c7f5bd3927af48010092c5313884fbb2;p=vpp.git diff --git a/.gitignore b/.gitignore index 06c57c3cb85..ec9ee7b29aa 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ GTAGS # language servers compile_commands.json .clangd +.cache # indent backup files *.BAK @@ -119,3 +120,24 @@ compile_commands.json # debian packaging .pc + +# 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