hide unit test build results in .gitignore

ok beck@
This commit is contained in:
Brent Cook 2014-07-12 02:40:05 -06:00
parent 09fdc9c09b
commit e14147356d

5
.gitignore vendored
View File

@ -1,4 +1,4 @@
### These files shkuld get ignored no matter where they appear.
### These files should get ignored no matter where they appear.
# Editors leave these lying around
\#*\#
@ -43,7 +43,8 @@ tests/arc4random_fork*
tests/explicit_bzero*
tests/mont*
tests/timingsafe*
tests/*test*.c
tests/*test
tests/*test.c
tests/*.pem
tests/testssl
tests/*.txt