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