Import LevelDB 1.5, it will be used for the transaction database.
This commit is contained in:
committed by
Pieter Wuille
parent
38ac953b9d
commit
5e650d6d2d
14
.gitignore
vendored
14
.gitignore
vendored
@@ -10,14 +10,20 @@ src/test_bitcoin
|
||||
*.o
|
||||
*.patch
|
||||
.bitcoin
|
||||
#compilation and Qt preprocessor part
|
||||
|
||||
# Compilation and Qt preprocessor part
|
||||
*.qm
|
||||
Makefile
|
||||
bitcoin-qt
|
||||
#resources cpp
|
||||
|
||||
# Resources cpp
|
||||
qrc_*.cpp
|
||||
#qt creator
|
||||
|
||||
# Qt creator
|
||||
*.pro.user
|
||||
#mac specific
|
||||
|
||||
# Mac specific
|
||||
.DS_Store
|
||||
build
|
||||
|
||||
!src/leveldb-*/Makefile
|
||||
|
||||
Reference in New Issue
Block a user