diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-23 15:17:52 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 911bb2856c3eb4c1a74fab281fcda7033aa5c6d6 (patch) | |
tree | dbd93cdae49a2812908713f2d9fccddf715e8693 /.gitignore | |
parent | ed9544ce6c9c9525f9fcf9c10d11010734c9da13 (diff) | |
download | dexon-911bb2856c3eb4c1a74fab281fcda7033aa5c6d6.tar.gz dexon-911bb2856c3eb4c1a74fab281fcda7033aa5c6d6.tar.zst dexon-911bb2856c3eb4c1a74fab281fcda7033aa5c6d6.zip |
vendor: use govendor to import dexon-consensus-core
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 863ae2c27..5d2472d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,6 @@ profile.cov **/yarn-error.log .*.swp +*.o +*.d +*.a |