mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
Add LevelDb's Java interface
Summary: See the wiki below https://our.intern.facebook.com/intern/wiki/index.php/Database/leveldb/Java Test Plan: compile test Reviewers: dhruba Reviewed By: dhruba Differential Revision: https://reviews.facebook.net/D5919
This commit is contained in:
22
java/leveldb/.gitignore
vendored
Normal file
22
java/leveldb/.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
target/
|
||||
/var
|
||||
pom.xml.versionsBackup
|
||||
test-output/
|
||||
/atlassian-ide-plugin.x
|
||||
.idea
|
||||
.*.swp
|
||||
.*.swo
|
||||
leveldb-c
|
||||
*~
|
||||
*.swp
|
||||
.idea
|
||||
.idea/*
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.DS_Store
|
||||
.scala_dependencies
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
eclipse-classes
|
||||
Reference in New Issue
Block a user