X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8cbf1e61e0edf54a21e6ea6466b5193ea495a8cc;hb=e3552c45f38d1f101cf512c9046647201d6c121b;hp=d6a09b82f049dab2f0775998a47e4bde1ff0e740;hpb=8a1a19b8b661face8ddee1d1c9b1edc1799c9a82;p=vpp.git diff --git a/.gitignore b/.gitignore index d6a09b82f04..8cbf1e61e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *~ + /build-root/.ccache /build-root/build-*/ /build-root/install-*/ @@ -7,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 @@ -48,7 +50,7 @@ test-driver .settings # stop autotools ignore -# OSX and some IDE +# OSX and some IDE .DS_Store .idea/ .project @@ -56,3 +58,17 @@ test-driver # cscope and ctags /cscope.* /tags +# ggtags +GPATH +GRTAGS +GTAGS +TAGS + +# Generated documentation +/build-root/docs + +# indent backup files +*.BAK + +# Python bytecode +*.pyc