Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2016-01-03 14:49:24 +0300
committerPaul Barker <paul@paulbarker.me.uk>2016-01-03 14:54:57 +0300
commit3a9a49defb741ae55fe98d112e9faedd80a958f9 (patch)
tree3da230e5c5c33a8275c556f7c9af8cf7e0ef7f63 /.gitignore
parent94623824329233856e71cff653988da52b715d24 (diff)
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...
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..955bd6b
--- /dev/null
+++ b/.gitignore
@@ -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