diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-02-20 10:24:53 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | c77464ba83831f6cd3545309a0d5da79fdcbada0 (patch) | |
tree | 3ef1980ad5e8a86ba85840e2e0c9cfe4e8c01dd2 | |
parent | d59069b988844fce1b99d440914b1ef2b6d39e07 (diff) | |
download | dexon-c77464ba83831f6cd3545309a0d5da79fdcbada0.tar.gz dexon-c77464ba83831f6cd3545309a0d5da79fdcbada0.tar.zst dexon-c77464ba83831f6cd3545309a0d5da79fdcbada0.zip |
misc: add ignore file
-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 |