X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8cbf1e61e0edf54a21e6ea6466b5193ea495a8cc;hb=d575e69177cc1462658ec1de1149730e0ffb0425;hp=9ef58df58c49837f78eeae4f41134ba924721a15;hpb=d85036fd6bf25bb11a6f3fdfccf4425428834f28;p=vpp.git diff --git a/.gitignore b/.gitignore index 9ef58df58c4..8cbf1e61e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,12 +8,13 @@ /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-config.mk -/vpp-api/python/vpp_papi/vpp_papi.py /dpdk/*.tar.gz +/dpdk/*.tar.xz /path_setup /tools/ # start autotools ignore @@ -49,7 +50,7 @@ test-driver .settings # stop autotools ignore -# OSX and some IDE +# OSX and some IDE .DS_Store .idea/ .project @@ -57,8 +58,17 @@ test-driver # cscope and ctags /cscope.* /tags +# ggtags +GPATH +GRTAGS +GTAGS +TAGS -# jvpp generated sources -/vpp-api/java/jvpp/gen/target -/vpp-api/java/jvpp/gen/*.pyc +# Generated documentation +/build-root/docs +# indent backup files +*.BAK + +# Python bytecode +*.pyc