diff options
author | Rich Salz <rsalz@openssl.org> | 2016-06-04 14:23:11 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-04 20:49:56 +0200 |
commit | e8e36da67687a78919a72bf2d8dfa9e892a4f0cf (patch) | |
tree | 536ef22c1e2355af650c81fa7e73e26cf2c9f6d4 /.gitignore | |
parent | Add developer targets for each subdirectory we have something to build in (diff) | |
download | openssl-e8e36da67687a78919a72bf2d8dfa9e892a4f0cf.tar.xz openssl-e8e36da67687a78919a72bf2d8dfa9e892a4f0cf.zip |
Ignore buildtest artifacts.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 508fe0b30c..ec77c32df7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ Makefile /test/test*.pem /test/newkey.pem /test/*.log +/test/buildtest_* # Certificate symbolic links *.0 |