X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=c12eedfb7c9f68ffefda6e323dec97eef6c1f2c3;hb=bbe3362948415a6fcee8246cc2e419240395d5d4;hp=9ef58df58c49837f78eeae4f41134ba924721a15;hpb=d85036fd6bf25bb11a6f3fdfccf4425428834f28;p=vpp.git diff --git a/.gitignore b/.gitignore index 9ef58df58c4..c12eedfb7c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *~ +*.sw[op] /build-root/.ccache /build-root/build-*/ @@ -8,12 +9,16 @@ /build-root/packages-vpp/ /build-root/path_setup /build-root/build-config.mk +/build-root/deb/debian/vpp-plugins/ /build-root/*.deb /build-root/*.rpm /build-root/*.changes +/build-root/test-doc/ +/build-root/test-cov/ +/build-root/python/ /build-config.mk -/vpp-api/python/vpp_papi/vpp_papi.py /dpdk/*.tar.gz +/dpdk/*.tar.xz /path_setup /tools/ # start autotools ignore @@ -49,7 +54,7 @@ test-driver .settings # stop autotools ignore -# OSX and some IDE +# OSX and some IDE .DS_Store .idea/ .project @@ -57,8 +62,29 @@ test-driver # cscope and ctags /cscope.* /tags +ID +TAGS +# ggtags +GPATH +GRTAGS +GTAGS +# Generated documentation +/build-root/docs +/build-root/.doxygen-bootstrap.ok +/build-root/.doxygen-siphon.dep -# jvpp generated sources -/vpp-api/java/jvpp/gen/target -/vpp-api/java/jvpp/gen/*.pyc +# indent backup files +*.BAK +# Python bytecode +*.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 + +# Build files in the test directory +/test/*.ok