This is an automated email from the ASF dual-hosted git repository. kmccusker pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-rust.git
commit 6c0f1982e1f248997c4fa5940f74d2e6ec733629 Author: Kirk Baird <[email protected]> AuthorDate: Fri Dec 13 16:05:23 2019 +1100 Update .gitignore to exclude test and bench binaries Signed-off-by: Kirk Baird <[email protected]> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2c96eb1..962da4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ target/ Cargo.lock +TestALL +TestBLS +TestNHS +BenchtestALL
