X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=19378e8584aa013e4842c6900ce9b8375a4c6d4a;hb=3d5f08a82;hp=8535007bdb152922748f280140e49e24a9b9e5a6;hpb=ae8819f0a426953aa7ebf97c2e26940525b55fb1;p=vpp.git diff --git a/.gitignore b/.gitignore index 8535007bdb1..19378e8584a 100644 --- a/.gitignore +++ b/.gitignore @@ -81,9 +81,14 @@ GTAGS /build-root/.doxygen-bootstrap.ok /build-root/.doxygen-siphon.dep /docs/_build +/docs/dynamic_includes /sphinx_venv !/docs/Makefile +# language servers +compile_commands.json +.clangd + # indent backup files *.BAK @@ -97,12 +102,14 @@ GTAGS /src/vpp_api/.tox /src/vpp_api/.stestr -# Build files in the test directory -/test/*.ok - # vppctl command list /src/scripts/vppctl-cmd-list # No core files **/core +# extra scripts config +/extras/scripts/.config/ + +# extras gomemif build files +/extras/gomemif/bazel*