diff options
author | Brent Cook <bcook@openbsd.org> | 2015-06-29 22:51:19 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-06-29 23:05:09 -0500 |
commit | 45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6 (patch) | |
tree | aeb7dcc2cb4be5416c0ee06a5d1cddaf1e31a814 | |
parent | b7f699ab34684e0dae18949c142824b929388338 (diff) | |
download | portable-45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6.tar.gz portable-45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6.tar.bz2 portable-45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6.zip |
ignore more imported test files
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,11 +47,13 @@ test-driver | |||
47 | *.trs | 47 | *.trs |
48 | tests/aes_wrap* | 48 | tests/aes_wrap* |
49 | tests/arc4random_fork* | 49 | tests/arc4random_fork* |
50 | tests/cipher* | ||
50 | tests/explicit_bzero* | 51 | tests/explicit_bzero* |
51 | tests/gost2814789t* | 52 | tests/gost2814789t* |
52 | tests/mont* | 53 | tests/mont* |
53 | tests/timingsafe* | 54 | tests/timingsafe* |
54 | tests/*test | 55 | tests/*test |
56 | tests/tests.h | ||
55 | tests/*test.c | 57 | tests/*test.c |
56 | tests/memmem.c | 58 | tests/memmem.c |
57 | tests/pbkdf2* | 59 | tests/pbkdf2* |
@@ -118,12 +120,14 @@ include/openssl/*.he | |||
118 | !/crypto/compat/b_win.c | 120 | !/crypto/compat/b_win.c |
119 | !/crypto/compat/posix_win.c | 121 | !/crypto/compat/posix_win.c |
120 | !/crypto/compat/bsd_asprintf.c | 122 | !/crypto/compat/bsd_asprintf.c |
123 | !/crypto/compat/inet_pton.c | ||
121 | !/crypto/compat/ui_openssl_win.c | 124 | !/crypto/compat/ui_openssl_win.c |
122 | 125 | ||
123 | /libtls-standalone/include/*.h | 126 | /libtls-standalone/include/*.h |
124 | /libtls-standalone/src/*.c | 127 | /libtls-standalone/src/*.c |
125 | /libtls-standalone/src/*.h | 128 | /libtls-standalone/src/*.h |
126 | /libtls-standalone/src | 129 | /libtls-standalone/src |
130 | /libtls-standalone/tests/test | ||
127 | /libtls-standalone/compat | 131 | /libtls-standalone/compat |
128 | !/libtls-standalone/compat/Makefile.am | 132 | !/libtls-standalone/compat/Makefile.am |
129 | /libtls-standalone/VERSION | 133 | /libtls-standalone/VERSION |