diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-12 02:40:05 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-12 04:02:28 -0600 |
commit | e14147356dc072bf5a1411444cfd3cf5c4850ec9 (patch) | |
tree | 6e375093962a7af7b3e4f63167dd5f5d355aaced | |
parent | 09fdc9c09bd9dc45b057f5ef2201486fb0bff41b (diff) | |
download | portable-e14147356dc072bf5a1411444cfd3cf5c4850ec9.tar.gz portable-e14147356dc072bf5a1411444cfd3cf5c4850ec9.tar.bz2 portable-e14147356dc072bf5a1411444cfd3cf5c4850ec9.zip |
hide unit test build results in .gitignore
ok beck@
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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* | |||
43 | tests/explicit_bzero* | 43 | tests/explicit_bzero* |
44 | tests/mont* | 44 | tests/mont* |
45 | tests/timingsafe* | 45 | tests/timingsafe* |
46 | tests/*test*.c | 46 | tests/*test |
47 | tests/*test.c | ||
47 | tests/*.pem | 48 | tests/*.pem |
48 | tests/testssl | 49 | tests/testssl |
49 | tests/*.txt | 50 | tests/*.txt |