X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=3846d25c327f62eb77b7b0c01fb6a857c1c12c3b;hb=46c1c11ba08512a5e37392de1ddb306b139a5bcf;hp=2810cb5138572639662fee22105f06f8d8f73431;hpb=812ed39f9da336310e815c361ab5a9f118657d94;p=vpp.git diff --git a/.gitignore b/.gitignore index 2810cb51385..3846d25c327 100644 --- a/.gitignore +++ b/.gitignore @@ -8,12 +8,13 @@ /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/ @@ -65,6 +66,8 @@ test-driver .project .cproject .vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* @@ -98,3 +101,6 @@ GTAGS # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core \ No newline at end of file