hide unit test build results in .gitignore
ok beck@
This commit is contained in:
parent
09fdc9c09b
commit
e14147356d
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user