aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-06-29 22:51:19 -0500
committerBrent Cook <bcook@openbsd.org>2015-06-29 23:05:09 -0500
commit45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6 (patch)
treeaeb7dcc2cb4be5416c0ee06a5d1cddaf1e31a814
parentb7f699ab34684e0dae18949c142824b929388338 (diff)
downloadportable-45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6.tar.gz
portable-45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6.tar.bz2
portable-45a7a439978a7cdfcc6f39d8f0a582608f2d7cc6.zip
ignore more imported test files
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7d61c3c..995869e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,11 +47,13 @@ test-driver
47*.trs 47*.trs
48tests/aes_wrap* 48tests/aes_wrap*
49tests/arc4random_fork* 49tests/arc4random_fork*
50tests/cipher*
50tests/explicit_bzero* 51tests/explicit_bzero*
51tests/gost2814789t* 52tests/gost2814789t*
52tests/mont* 53tests/mont*
53tests/timingsafe* 54tests/timingsafe*
54tests/*test 55tests/*test
56tests/tests.h
55tests/*test.c 57tests/*test.c
56tests/memmem.c 58tests/memmem.c
57tests/pbkdf2* 59tests/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