aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-04-15 18:19:46 +0800
committerGitHub <noreply@github.com>2019-04-15 18:19:46 +0800
commit4a8d6480f7ab074bc032d68df6ee8df5876ef3cc (patch)
tree54fdb27d6254ecc56f27b7819e9e554c2b1e9f63 /.gitignore
parentd77c1aa22cb6f2b76af3edf4995159b843838441 (diff)
downloaddexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.tar
dexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.tar.gz
dexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.tar.bz2
dexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.tar.lz
dexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.tar.xz
dexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.tar.zst
dexon-4a8d6480f7ab074bc032d68df6ee8df5876ef3cc.zip
core: implement DKG success (#362)
* vendor: sync to latest core * core: implmenet dkg success * cmd: govtool: add DKGSuccess
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f3ec219c7..1e62cbb81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,7 @@ profile.cov
test/Dexon.*
test/*.log
dex/transactions.rlp
+
+# consensus
+vendor/github.com/dexon-foundation/mcl/lib/*.dylib
+vendor/github.com/dexon-foundation/bls/lib/*.dylib