shithub: blake2

Download patch

ref: 3a9a49defb741ae55fe98d112e9faedd80a958f9
parent: 94623824329233856e71cff653988da52b715d24
author: Paul Barker <paul@paulbarker.me.uk>
date: Sun Jan 3 06:49:24 EST 2016

Add git ignore file

To simplify development we can ignore all output produced by running 'make' in
the b2sum, bench, ref and sse directories.

Someone should build the csharp implementation and add output files to
.gitignore...

--- /dev/null
+++ b/.gitignore
@@ -1,0 +1,16 @@
+b2sum/b2sum
+bench/blake2b
+bench/blake2b.data
+bench/blake2s
+bench/blake2s.data
+bench/md5
+bench/md5.data
+bench/plotcycles.pdf
+ref/blake2b
+ref/blake2bp
+ref/blake2s
+ref/blake2sp
+sse/blake2b
+sse/blake2bp
+sse/blake2s
+sse/blake2sp
--