From 326e44dd1705a9289063489f46d20f555e3db94f Mon Sep 17 00:00:00 2001 From: mratsim Date: Thu, 8 Feb 2018 11:26:57 +0100 Subject: [PATCH] gitignore and readme update --- .gitignore | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b282186..8160cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ nimcache/ # Executables shall be put in an ignored build/ directory -build/ \ No newline at end of file +build/ +*.so +*.dylib \ No newline at end of file diff --git a/README.md b/README.md index dc3731a..5504fc1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nim ETH-keys [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg) +![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg) A reimplementation in pure Nim of [eth-keys](https://github.com/ethereum/eth-keys), the common API for Ethereum key operations.