X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8cbf1e61e0edf54a21e6ea6466b5193ea495a8cc;hb=c00617b13ccda0cfbd9ea248342643f728b0087f;hp=5925c246c52379ebc4f8e43b7de1de442aad7842;hpb=07929f2612585bd28dce8cc56c0297215a20953a;p=vpp.git diff --git a/.gitignore b/.gitignore index 5925c246c52..8cbf1e61e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,11 @@ /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 @@ -50,7 +50,7 @@ test-driver .settings # stop autotools ignore -# OSX and some IDE +# OSX and some IDE .DS_Store .idea/ .project @@ -58,6 +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