X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=a5e4c14f03e0955b2985522b283cb436a9f80e3e;hb=b533f3fadeab73aef04b6fd65ab997ed7fce50df;hp=c37878dcefff372320f6ae59c79009010716d995;hpb=6f67049e41406779c61bf55bd6293b9185c23739;p=vpp.git diff --git a/.gitignore b/.gitignore index c37878dceff..a5e4c14f03e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,17 @@ /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 @@ -50,16 +55,20 @@ ltmain.sh ylwrap test-driver -.cproject *.iml .bootstrap.ok .settings +.autotools # stop autotools ignore # OSX and some IDE .DS_Store .idea/ .project +.cproject +.vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* @@ -93,3 +102,6 @@ GTAGS # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core \ No newline at end of file