X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=63f02fa0693fcb00ae17993c59298bb8a1444f7b;hb=8f8994ad599fc556e2325a4f5f9ea33eeb3e25b4;hp=3f8f3c4c4d6a6643cc88a0d183a0b777a1650f98;hpb=e1584a6c5da542a9b772b901208ad70840a6fa01;p=vpp.git diff --git a/.gitignore b/.gitignore index 3f8f3c4c4d6..63f02fa0693 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ /build-root/dpdk-includes/ /build-root/packages-vpp/ /build-root/path_setup -/build-root/build-config.mk /build-root/deb/debian/vpp-plugins/ /build-root/deb/.pybuild/ /build-root/*.deb @@ -22,10 +21,11 @@ /build-root/vapi_test/ /build-root/vom_test/ /build-config.mk -/dpdk/*.tar.gz -/dpdk/*.tar.xz -/dpdk/vpp-dpdk*.deb -/dpdk/vpp-dpdk*.changes +/build/external/*.tar.gz +/build/external/*.tar.xz +/build/external/vpp-*.deb +/build/external/vpp-*.changes +/build/external/downloads/ /path_setup /tools/ # start autotools ignore @@ -37,7 +37,6 @@ aclocal.m4 app.info compile config.h -config.h.in config.log config.guess config.sub @@ -56,7 +55,7 @@ ylwrap test-driver *.iml -.bootstrap.ok +.deps.ok .settings .autotools # stop autotools ignore @@ -66,7 +65,9 @@ test-driver .idea/ .project .cproject +.pydevproject .vscode/ +cmake-build*/ # cscope and ctags /cscope.* @@ -81,6 +82,9 @@ GTAGS /build-root/docs /build-root/.doxygen-bootstrap.ok /build-root/.doxygen-siphon.dep +/docs/_build +/sphinx_venv +!/docs/Makefile # indent backup files *.BAK @@ -92,8 +96,6 @@ GTAGS /src/vpp-api/python/build /src/vpp-api/python/dist /src/vpp-api/python/vpp_papi.egg-info -/src/vpp-api/python/vpp_papi/memclnt.py -/src/vpp-api/python/vpp_papi/vpe.py # Build files in the test directory /test/*.ok @@ -102,4 +104,4 @@ GTAGS /src/scripts/vppctl-cmd-list # No core files -**/core \ No newline at end of file +**/core