diff options
author | harry <harrywu@tvunetworks.com> | 2014-01-13 18:37:57 +0800 |
---|---|---|
committer | harry <harrywu@tvunetworks.com> | 2014-01-13 18:37:57 +0800 |
commit | 15570cc9aa94b53e95fa847a66e03326c6875d3c (patch) | |
tree | c63fbd52f8f93648329aab1bf0af3f11bce67397 /.gitignore | |
parent | a7973c9b6b6c72bca2e6e90aed08553bf708938d (diff) |
src/leveldb/Makefile is ignored?
remove the "-" in leveldb-* to include src/leveldb/Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f867868185..7615fe3915 100644 --- a/.gitignore +++ b/.gitignore @@ -81,4 +81,4 @@ win32-build qa/pull-tester/run-bitcoind-for-test.sh qa/pull-tester/build-tests.sh -!src/leveldb-*/Makefile +!src/leveldb*/Makefile |