diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-02-23 11:00:17 +0800 |
---|---|---|
committer | JM <jm@dexon.org> | 2019-02-23 11:00:17 +0800 |
commit | 02a123eb2cb23cdff9a702d3049bb493068442f3 (patch) | |
tree | 3a77714da6229b313e86da6631a2d26ea29a930c | |
parent | 08cd0aa48396a216e21707e7cddf2d6c953507b1 (diff) | |
download | dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.tar dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.tar.gz dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.tar.bz2 dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.tar.lz dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.tar.xz dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.tar.zst dexon-02a123eb2cb23cdff9a702d3049bb493068442f3.zip |
dex: remove file that should not be committed (#204)
* dex: remove file that should not be committed
* add file to .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | dex/transactions.rlp | 0 |
2 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 diff --git a/dex/transactions.rlp b/dex/transactions.rlp deleted file mode 100755 index e69de29bb..000000000 --- a/dex/transactions.rlp +++ /dev/null |