aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Hearn <hearn@google.com>2012-06-25 11:17:22 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2012-10-20 23:08:56 +0200
commit5e650d6d2dbfc284c300668e71188e663d8f0a45 (patch)
treebef5ac4e7bfa9845b23ea975be58fa3fe108ef4b /.gitignore
parent38ac953b9df1f7a884c1ef0e94301e14c4e7477d (diff)
downloadbitcoin-5e650d6d2dbfc284c300668e71188e663d8f0a45.tar.xz
Import LevelDB 1.5, it will be used for the transaction database.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
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