diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-09-21 15:06:38 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:21:31 +0800 |
commit | 20d12131b5b411a35558fa13a8bc86ec66d7923a (patch) | |
tree | 1d0a89371d9b87c592f86685e04d38e6b70814e3 /.gitignore | |
parent | 8e483e2f87cdccd924ce2261ac3a5ec8b58aaf05 (diff) | |
download | go-tangerine-20d12131b5b411a35558fa13a8bc86ec66d7923a.tar.gz go-tangerine-20d12131b5b411a35558fa13a8bc86ec66d7923a.tar.zst go-tangerine-20d12131b5b411a35558fa13a8bc86ec66d7923a.zip |
dex: make geth buildable and update interface skeleton
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e0009e16..863ae2c27 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ profile.cov /dashboard/assets/package-lock.json **/yarn-error.log + +.*.swp |