diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-02-20 10:24:53 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:57 +0800 |
commit | 60d8a21a890d6935513dbed27230f5d3e6351275 (patch) | |
tree | 662fcdb0d7188f91d88a49636c1a858e4252d62a /.gitignore | |
parent | bfac0fd1c812592667b30184745becceb5ce1363 (diff) | |
download | dexon-60d8a21a890d6935513dbed27230f5d3e6351275.tar.gz dexon-60d8a21a890d6935513dbed27230f5d3e6351275.tar.zst dexon-60d8a21a890d6935513dbed27230f5d3e6351275.zip |
misc: add ignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d315e44a8..f3ec219c7 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ profile.cov # test test/Dexon.* test/*.log +dex/transactions.rlp |