Skip to content

Commit 47ccf71

Browse files
committed
Include java related output files in .gitignore
Summary: Include java related output files in .gitignore Test Plan: make jni git status Reviewers: ljin, igor, sdong CC: leveldb Differential Revision: https://reviews.facebook.net/D17457
1 parent d1d19f5 commit 47ccf71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ build_config.mk
1313
*_bench
1414
*_stress
1515
*.out
16+
*.class
17+
*.jar
18+
*.*jnilib*
1619

1720
ldb
1821
manifest_dump
@@ -23,3 +26,5 @@ coverage/COVERAGE_REPORT
2326
.gdbhistory
2427
.phutil_module_cache
2528
tags
29+
java/*.log
30+
java/include/org_rocksdb_*.h

0 commit comments

Comments
 (0)