X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=ea08acd5610ad1236a4f27f0064509fffa3520be;hb=0d427d8d8a48af404dfc6535ae72d334b790f809;hp=0f597249055f6fbbfc7fb23ba2e690c900c32dd0;hpb=e266ea3795747910127e189c5d341b93bb778091;p=vpp.git diff --git a/.gitignore b/.gitignore index 0f597249055..ea08acd5610 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 @@ -37,7 +36,6 @@ aclocal.m4 app.info compile config.h -config.h.in config.log config.guess config.sub @@ -56,7 +54,7 @@ ylwrap test-driver *.iml -.bootstrap.ok +.deps.ok .settings .autotools # stop autotools ignore @@ -66,7 +64,10 @@ test-driver .idea/ .project .cproject +.pydevproject .vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* @@ -92,11 +93,12 @@ 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 # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core \ No newline at end of file