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
|
||||
*_stress
|
||||
*.out
|
||||
*.class
|
||||
*.jar
|
||||
*.*jnilib*
|
||||
|
||||
ldb
|
||||
manifest_dump
|
||||
|
@ -23,3 +26,5 @@ coverage/COVERAGE_REPORT
|
|||
.gdbhistory
|
||||
.phutil_module_cache
|
||||
tags
|
||||
java/*.log
|
||||
java/include/org_rocksdb_*.h
|
||||
|
|
Loading…
Reference in New Issue