HONEYCOMB-10: jVpp - the new java API. C code and jar file generation
Added comments generation for C and Java files.
Change-Id: Ifb670a5592eb871bfe68804f0a8d8f9b5b14f00a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Signed-off-by: Ed Warnicke <eaw@cisco.com>
diff --git a/.gitignore b/.gitignore
index d6a09b8..9ef58df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+
/build-root/.ccache
/build-root/build-*/
/build-root/install-*/
@@ -56,3 +57,8 @@
# cscope and ctags
/cscope.*
/tags
+
+# jvpp generated sources
+/vpp-api/java/jvpp/gen/target
+/vpp-api/java/jvpp/gen/*.pyc
+