Add ignore items for java build (#4579)

This commit is contained in:
Wang Qing
2019-04-09 15:59:58 +08:00
committed by Hao Chen
parent 4f46d3e9bf
commit c5bcec54f3
+5
View File
@@ -146,6 +146,11 @@ java/**/.classpath
java/**/.project
java/runtime/native_dependencies/
# Java third-party dependencies.
java/third_party/*/
!java/third_party/workspace.bzl
!java/third_party/BUILD
# python virtual env
venv