diff options
author | Mike Hearn <hearn@google.com> | 2012-06-25 11:17:22 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-10-20 23:08:56 +0200 |
commit | 5e650d6d2dbfc284c300668e71188e663d8f0a45 (patch) | |
tree | bef5ac4e7bfa9845b23ea975be58fa3fe108ef4b /.gitignore | |
parent | 38ac953b9df1f7a884c1ef0e94301e14c4e7477d (diff) |
Import LevelDB 1.5, it will be used for the transaction database.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 95152ce4fb..b11949171e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |