aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-12 02:40:05 -0600
committerBrent Cook <bcook@openbsd.org>2014-07-12 04:02:28 -0600
commite14147356dc072bf5a1411444cfd3cf5c4850ec9 (patch)
tree6e375093962a7af7b3e4f63167dd5f5d355aaced
parent09fdc9c09bd9dc45b057f5ef2201486fb0bff41b (diff)
downloadportable-e14147356dc072bf5a1411444cfd3cf5c4850ec9.tar.gz
portable-e14147356dc072bf5a1411444cfd3cf5c4850ec9.tar.bz2
portable-e14147356dc072bf5a1411444cfd3cf5c4850ec9.zip
hide unit test build results in .gitignore
ok beck@
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9b9e5f2..0c77d70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
1### These files shkuld get ignored no matter where they appear. 1### These files should get ignored no matter where they appear.
2 2
3# Editors leave these lying around 3# Editors leave these lying around
4\#*\# 4\#*\#
@@ -43,7 +43,8 @@ tests/arc4random_fork*
43tests/explicit_bzero* 43tests/explicit_bzero*
44tests/mont* 44tests/mont*
45tests/timingsafe* 45tests/timingsafe*
46tests/*test*.c 46tests/*test
47tests/*test.c
47tests/*.pem 48tests/*.pem
48tests/testssl 49tests/testssl
49tests/*.txt 50tests/*.txt