diff options
Diffstat (limited to 'vendor/github.com/ethereum/ethash/.gitignore')
-rw-r--r-- | vendor/github.com/ethereum/ethash/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/ethereum/ethash/.gitignore b/vendor/github.com/ethereum/ethash/.gitignore new file mode 100644 index 000000000..da074e6b3 --- /dev/null +++ b/vendor/github.com/ethereum/ethash/.gitignore @@ -0,0 +1,12 @@ +.idea/ +.DS_Store +*/**/*un~ +.vagrant/ +*.pyc +build/ +pyethash.egg-info/ +*.so +*~ +*.swp +MANIFEST +dist/ |