From 47ccf71b4f37a5710f7cf5cc4abe8ab3cdebbc23 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Thu, 3 Apr 2014 10:46:55 -0700 Subject: [PATCH] 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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 974991fd8..5e6283942 100644 --- a/.gitignore +++ b/.gitignore @@ -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