diff options
author | Richard Levitte <levitte@openssl.org> | 2015-04-19 22:29:46 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-09-07 16:10:58 +0200 |
commit | 7dc11227a385fd7e248e1292653761ec9ce9c105 (patch) | |
tree | 953ceb9b1d5452af5a4979cc2fb8c4a5b205d973 | |
parent | Add recipes for misc other things we want to test (diff) | |
download | openssl-7dc11227a385fd7e248e1292653761ec9ce9c105.tar.xz openssl-7dc11227a385fd7e248e1292653761ec9ce9c105.zip |
Ignore the log files
The new test framework produces a lot of log files (one for each
test). Git doesn't need to know.
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 329283742c..92f17c6032 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /test/.rnd /test/test*.pem /test/newkey.pem +/test/*.log # Certificate symbolic links *.0 |