diff options
| author | Marty Jones <[email protected]> | 2018-09-24 16:01:58 -0500 |
|---|---|---|
| committer | fanquake <[email protected]> | 2018-10-19 12:15:47 +0800 |
| commit | 6d247b1148c61ab7923f324a425d8185dcf1616b (patch) | |
| tree | 9752f1fa9e52fae120febfad43587412dd78273a | |
| parent | Merge #14291: wallet: Add ListWalletDir utility function (diff) | |
| download | discoin-6d247b1148c61ab7923f324a425d8185dcf1616b.tar.xz discoin-6d247b1148c61ab7923f324a425d8185dcf1616b.zip | |
gitignore contents of db4 folder
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d083c63ea..380d2eab9 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,6 @@ test/cache/* libbitcoinconsensus.pc contrib/devtools/split-debug.sh + +# Output from running db4 installation +db4/ |