--- .gitignore | 102 +++++++++++++++++++----------------------------------------- 1 files changed, 32 insertions(+), 70 deletions(-)
diff --git a/.gitignore b/.gitignore index 9e6260f..79994dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,73 +1,35 @@ -.libs -.deps -*.o +*.la *.lo +*.o +*~ +.deps +.libs +/aclocal.m4 +/autom4te.cache/ +/config.guess +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/man/man1/pkcs11_startup.1 +/man/man1/pkcsconf.1 +/man/man5/pk_config_data.5 +/man/man7/opencryptoki.7 +/man/man8/pkcsslotd.8 +/misc/pkcsslotd +/missing +/usr/lib/pkcs11/api/opencryptoki +/usr/lib/pkcs11/api/shrd_mem.c +/usr/lib/pkcs11/cca_stdll/opencryptoki +/usr/lib/pkcs11/soft_stdll/opencryptoki +/usr/lib/pkcs11/tpm_stdll/opencryptoki +/usr/sbin/pkcs11_startup/pkcs11_startup +/usr/sbin/pkcs_slot/pkcs_slot +/usr/sbin/pkcsconf/pkcsconf +/usr/sbin/pkcsslotd/pkcsslotd Makefile Makefile.in -config.log -configure -aclocal.m4 -autom4te.cache -config.guess -config.status -config.sub -cscope.out -depcomp -install-sh -libtool -ltmain.sh -man/man1/pkcs11_startup.1 -man/man1/pkcsconf.1 -man/man5/pk_config_data.5 -man/man7/opencryptoki.7 -man/man8/pkcsslotd.8 -misc/pkcsslotd -missing -testcases/common/libcommon.la -testcases/driver/aes_tests -testcases/driver/des3_tests -testcases/driver/des_tests -testcases/driver/dh_tests -testcases/driver/digest_tests -testcases/driver/dsa_tests -testcases/driver/misc_tests -testcases/driver/obj_mgmt_tests -testcases/driver/rijndael_tests -testcases/driver/rsa_tests -testcases/driver/sess_bench -testcases/driver/sess_mgmt_tests -testcases/driver/ssl3_tests -testcases/init_tok/init_tok -testcases/init_token.sh -testcases/login/digest_init -testcases/login/init_pin -testcases/login/init_tok -testcases/login/login -testcases/login/set_pin -testcases/mkobj/mkobj -testcases/oc-digest/oc-digest -testcases/ock_tests.sh -testcases/rsa_keygen/rsa_keygen -testcases/rsa_test/rsa_sign_test -testcases/rsa_test/rsa_test -testcases/rsa_test/rsa_test_genkey -testcases/rsa_test/rsa_thread_test -testcases/speed/speed -testcases/test_crypto/test_crypto -testcases/threadmkobj/threadmkobj -testcases/tok_obj/tok_des -testcases/tok_obj/tok_obj -testcases/tok_obj/tok_rsa -testcases/v2.11/aes_func -testcases/v2.11/hw_fn -testcases/v2.11/login -testcases/v2.11/rijndael -usr/lib/pkcs11/api/opencryptoki -usr/lib/pkcs11/api/shrd_mem.c -usr/lib/pkcs11/cca_stdll/opencryptoki -usr/lib/pkcs11/soft_stdll/opencryptoki -usr/lib/pkcs11/tpm_stdll/opencryptoki -usr/sbin/pkcs11_startup/pkcs11_startup -usr/sbin/pkcs_slot/pkcs_slot -usr/sbin/pkcsconf/pkcsconf -usr/sbin/pkcsslotd/pkcsslotd -- 1.7.5.rc1 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
