From 02a123eb2cb23cdff9a702d3049bb493068442f3 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Sat, 23 Feb 2019 11:00:17 +0800 Subject: dex: remove file that should not be committed (#204) * dex: remove file that should not be committed * add file to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3