From 6901c6ee831e2a7e1dafe413779a8e39d86e6a24 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 16:06:49 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.gitignore b/.gitignore index 445e8d9d..8c3eaff9 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,38 @@ missing src/libsodium/include/sodium/version.h stamp-* testing +test/*.res +test/*.trs +test/auth +test/auth2 +test/auth3 +test/auth5 +test/box +test/box2 +test/box7 +test/box8 +test/core1 +test/core2 +test/core3 +test/core4 +test/core5 +test/core6 +test/hash +test/hash3 +test/onetimeauth +test/onetimeauth2 +test/onetimeauth7 +test/randombytes +test/scalarmult +test/scalarmult2 +test/scalarmult5 +test/scalarmult6 +test/secretbox +test/secretbox2 +test/secretbox7 +test/secretbox8 +test/stream +test/stream2 +test/stream3 +test/stream4 +