X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=a5e4c14f03e0955b2985522b283cb436a9f80e3e;hb=52ca756c3a4f28c7ef961545ac8e1289fd747b63;hp=5a6266d79fa3f49f74d99e9ff3e5d3b896d92e80;hpb=8f2a4eafeaa439432107563033728e09665c16d9;p=vpp.git diff --git a/.gitignore b/.gitignore index 5a6266d79fa..a5e4c14f03e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,14 @@ /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 @@ -64,6 +67,8 @@ test-driver .project .cproject .vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* @@ -97,3 +102,6 @@ GTAGS # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core \ No newline at end of file