diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-16 18:42:33 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-16 18:42:33 +0800 |
commit | f63c4a9bcbe48ef0e3204d420a939256edd4ca38 (patch) | |
tree | 6a10bf4d346cac384dce0fabe490a7d15f1d2ea0 /.gitignore | |
parent | 2c3a014f03390628d329167109f90a30e3c4e4c3 (diff) | |
download | dexon-f63c4a9bcbe48ef0e3204d420a939256edd4ca38.tar.gz dexon-f63c4a9bcbe48ef0e3204d420a939256edd4ca38.tar.zst dexon-f63c4a9bcbe48ef0e3204d420a939256edd4ca38.zip |
Ignore locally built binaries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 71ce90db3..e2aa4de95 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ *~ .project .settings + +cmd/ethereum/ethereum +cmd/mist/mist |