diff options
author | Andy Polyakov <appro@openssl.org> | 2008-10-28 15:29:25 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2008-10-28 15:29:25 +0000 |
commit | 0dd4850ee02197ae58bfa9bcf7f48245a37babd0 (patch) | |
tree | 43061810fadd0ef8beca86b7cf92b386902ed5df /.cvsignore | |
parent | c650168a4f57033c9e6fc3ef22c70f3c02f47918 (diff) |
.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* |