diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
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 |