Skip to content

Commit c72b6e9

Browse files
pfk-betapfk-beta
andcommitted
Gitignore work items in jvm and android_rpc (apache#10253)
Co-authored-by: pfk-beta <this_email_isnot_working@gmail.com>
1 parent 251e52f commit c72b6e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ DerivedData/
108108
*.class
109109
jvm/*/target/
110110
jvm/*/*/target/
111+
jvm/native/*/generated
112+
jvm/native/src/main/native/org_apache_tvm_native_c_api.h
111113
*.worksheet
112114
*.idea
113115
*.iml

apps/android_rpc/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
/build
88
/captures
99
.externalNativeBuild
10+
11+
/app/src/main/jni/jni_helper_func.h
12+
/app/src/main/jni/org_apache_tvm_native_c_api.cc
13+
/app/src/main/jni/org_apache_tvm_native_c_api.h
14+
/app/src/main/obj/
15+
dev_tools/tvmrpc.keystore

0 commit comments

Comments
 (0)