mirror of https://github.com/facebook/rocksdb.git
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
This commit is contained in:
parent
d1d19f5db3
commit
47ccf71b4f
|
@ -13,6 +13,9 @@ build_config.mk
|
||||||
*_bench
|
*_bench
|
||||||
*_stress
|
*_stress
|
||||||
*.out
|
*.out
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.*jnilib*
|
||||||
|
|
||||||
ldb
|
ldb
|
||||||
manifest_dump
|
manifest_dump
|
||||||
|
@ -23,3 +26,5 @@ coverage/COVERAGE_REPORT
|
||||||
.gdbhistory
|
.gdbhistory
|
||||||
.phutil_module_cache
|
.phutil_module_cache
|
||||||
tags
|
tags
|
||||||
|
java/*.log
|
||||||
|
java/include/org_rocksdb_*.h
|
||||||
|
|
Loading…
Reference in New Issue