diff options
| author | harry <[email protected]> | 2014-01-13 18:37:57 +0800 |
|---|---|---|
| committer | harry <[email protected]> | 2014-01-13 18:37:57 +0800 |
| commit | 15570cc9aa94b53e95fa847a66e03326c6875d3c (patch) | |
| tree | c63fbd52f8f93648329aab1bf0af3f11bce67397 | |
| parent | Merge pull request #3524 (diff) | |
| download | discoin-15570cc9aa94b53e95fa847a66e03326c6875d3c.tar.xz discoin-15570cc9aa94b53e95fa847a66e03326c6875d3c.zip | |
src/leveldb/Makefile is ignored?
remove the "-" in leveldb-* to include src/leveldb/Makefile
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f86786818..7615fe391 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 |