X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=98a29153fd2f5cd5e14a6d504c4b0f421ea0ec55;hb=e1e995db55be2fe1cb371fb6acd86ea9144da914;hp=ba4e104aeba982138b9caf2910c11ccd3da5e71e;hpb=516bcfe904415482ac0bd356e078ca15f31897d1;p=vpp.git diff --git a/.gitignore b/.gitignore index ba4e104aeba..98a29153fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,15 +8,18 @@ /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 /build-root/*.rpm +/build-root/*.tar.xz /build-root/*.changes +/build-root/rpmbuild/ /build-root/test-doc/ /build-root/test-cov/ /build-root/python/ +/build-root/vapi_test/ +/build-root/vom_test/ /build-config.mk /dpdk/*.tar.gz /dpdk/*.tar.xz @@ -52,7 +55,7 @@ ylwrap test-driver *.iml -.bootstrap.ok +.deps.ok .settings .autotools # stop autotools ignore @@ -63,6 +66,8 @@ test-driver .project .cproject .vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* @@ -96,3 +101,6 @@ GTAGS # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core \ No newline at end of file