X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=98a29153fd2f5cd5e14a6d504c4b0f421ea0ec55;hb=e9fcf23506866d50c2a88a6dd9d90bc2acf8c5c1;hp=0f597249055f6fbbfc7fb23ba2e690c900c32dd0;hpb=e266ea3795747910127e189c5d341b93bb778091;p=vpp.git diff --git a/.gitignore b/.gitignore index 0f597249055..98a29153fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ /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 @@ -56,7 +55,7 @@ ylwrap test-driver *.iml -.bootstrap.ok +.deps.ok .settings .autotools # stop autotools ignore @@ -67,6 +66,8 @@ test-driver .project .cproject .vscode/ +CMakeLists.txt +cmake-build*/ # cscope and ctags /cscope.* @@ -100,3 +101,6 @@ GTAGS # vppctl command list /src/scripts/vppctl-cmd-list + +# No core files +**/core \ No newline at end of file