X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8cbf1e61e0edf54a21e6ea6466b5193ea495a8cc;hb=c00617b13ccda0cfbd9ea248342643f728b0087f;hp=b5673ae07e2153a19e59a1d4f26efbd4afcd5fd3;hpb=66ba6c435198bb27cdabfc1baaa33df6cf8f3143;p=vpp.git diff --git a/.gitignore b/.gitignore index b5673ae07e2..8cbf1e61e0e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ /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 @@ -51,7 +50,7 @@ test-driver .settings # stop autotools ignore -# OSX and some IDE +# OSX and some IDE .DS_Store .idea/ .project @@ -63,6 +62,13 @@ test-driver GPATH GRTAGS GTAGS +TAGS # Generated documentation /build-root/docs + +# indent backup files +*.BAK + +# Python bytecode +*.pyc