diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6a09b82f04..9ef58df58c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *~ + /build-root/.ccache /build-root/build-*/ /build-root/install-*/ @@ -56,3 +57,8 @@ test-driver # cscope and ctags /cscope.* /tags + +# jvpp generated sources +/vpp-api/java/jvpp/gen/target +/vpp-api/java/jvpp/gen/*.pyc + |