diff options
author | Andy Polyakov <appro@openssl.org> | 2008-10-28 16:29:25 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2008-10-28 16:29:25 +0100 |
commit | 0dd4850ee02197ae58bfa9bcf7f48245a37babd0 (patch) | |
tree | 43061810fadd0ef8beca86b7cf92b386902ed5df /.cvsignore | |
parent | Fix typo in ./config. (diff) | |
download | openssl-0dd4850ee02197ae58bfa9bcf7f48245a37babd0.tar.xz openssl-0dd4850ee02197ae58bfa9bcf7f48245a37babd0.zip |
.cvsignore update: ignore all flavors of shared objects.
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore index ac4d0e714e..01be5fa8f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -13,11 +13,10 @@ maketest.log cctest cctest.c cctest.a -libcrypto.so.* -libcrypto.pc -libssl.so.* -libssl.pc *.flc semantic.cache Makefile *.dll* +*.so* +*.sl* +*.dylib* |