X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=dabb31e84b66d6a34dfb31cbea05c94f4a1be346;hb=932f74196d9571fd007cef32c234bd00ab75975e;hp=c12eedfb7c9f68ffefda6e323dec97eef6c1f2c3;hpb=0279b29f327c15a1c6b2d8ede228790c1a7d3814;p=vpp.git diff --git a/.gitignore b/.gitignore index c12eedfb7c9..dabb31e84b6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /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/*.changes @@ -19,6 +20,8 @@ /build-config.mk /dpdk/*.tar.gz /dpdk/*.tar.xz +/dpdk/vpp-dpdk*.deb +/dpdk/vpp-dpdk*.changes /path_setup /tools/ # start autotools ignore @@ -52,6 +55,7 @@ test-driver *.iml .bootstrap.ok .settings +.autotools # stop autotools ignore # OSX and some IDE @@ -80,11 +84,14 @@ GTAGS *.pyc # Python api generator -/vpp-api/python/build -/vpp-api/python/dist -/vpp-api/python/vpp_papi.egg-info -/vpp-api/python/vpp_papi/memclnt.py -/vpp-api/python/vpp_papi/vpe.py +/src/vpp-api/python/build +/src/vpp-api/python/dist +/src/vpp-api/python/vpp_papi.egg-info +/src/vpp-api/python/vpp_papi/memclnt.py +/src/vpp-api/python/vpp_papi/vpe.py # Build files in the test directory /test/*.ok + +# vppctl command list +/src/scripts/vppctl-cmd-list