X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=c56b4cfb53444a6001d74dc768fdc2f847db9bae;hb=5f9f3c8de8d5d9f83a437661a98e5cc2453705f9;hp=7d46d3d0ad3fed94397d4f53c181bac6898e6bc1;hpb=b8c72a4a8d8bd330ab62dc0c9461cac2b137575b;p=vpp.git diff --git a/.gitignore b/.gitignore index 7d46d3d0ad3..c56b4cfb534 100644 --- a/.gitignore +++ b/.gitignore @@ -31,12 +31,10 @@ # start autotools ignore autom4te.cache/ config/ -Makefile Makefile.in aclocal.m4 app.info compile -config.h config.log config.guess config.sub @@ -96,12 +94,19 @@ GTAGS /src/vpp-api/python/build /src/vpp-api/python/dist /src/vpp-api/python/vpp_papi.egg-info +/src/vpp_api/.tox +/src/vpp_api/.stestr # Build files in the test directory /test/*.ok +/test/ext/.d # vppctl command list /src/scripts/vppctl-cmd-list # No core files **/core + +# extra scripts config +/extras/scripts/.config/ +