1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-11-23 02:42:10 +01:00

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...
This commit is contained in:
Paul Barker 2016-01-03 11:49:24 +00:00
parent 9462382432
commit 3a9a49defb

16
.gitignore vendored Normal file

@ -0,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