diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-30 15:18:22 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-30 15:18:22 +0800 |
commit | f23529c5cde47f713ada745629a7bdc8e1506fa7 (patch) | |
tree | 83832397b24ab9d6dfbfa0ae8538700ec62f3ad2 /.gitignore | |
parent | e1c6c01b4d598f9b7f7ee31326d25903084fc292 (diff) | |
download | go-tangerine-f23529c5cde47f713ada745629a7bdc8e1506fa7.tar.gz go-tangerine-f23529c5cde47f713ada745629a7bdc8e1506fa7.tar.zst go-tangerine-f23529c5cde47f713ada745629a7bdc8e1506fa7.zip |
General repo cleanup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 706d953bf..e5a5d2fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ .ethtest */**/*tx_database* */**/*dapps* +Godeps/_workspace/pkg +Godeps/_workspace/bin #* .#* @@ -21,7 +23,9 @@ .project .settings -cmd/ethereum/ethereum +geth +mist +cmd/geth/geth cmd/mist/mist deploy/osx/Mist.app deploy/osx/Mist\ Installer.dmg |