From 129e802fd4e0ca73f9dbae7968331d055c3a97d1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 24 Jun 2016 17:08:20 -0400 Subject: VPATH build for libpkcs11.so, and first cut at libpkcs11.dylib for Mac OS X. The Mac OS X build compiles, but is otherwise completely untested, and won't even be testable until cryptech_rpcd support configuring high-speed UARTs on Mac OS X (OS-specific voodoo). --- .gitignore | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9426d0c..90ecb31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,33 @@ *.[oa] -*.l[oa] +*.dylib +*.dylib.* *.pyc *.so *.so.* *~ -.libs TAGS attributes.h +libhal/cryptech_rpcd +libhal/tests/test-aes-key-wrap +libhal/tests/test-bus +libhal/tests/test-ecdsa +libhal/tests/test-ecdsa-*.der +libhal/tests/test-hash +libhal/tests/test-mkmif +libhal/tests/test-pbkdf2 +libhal/tests/test-rpc_get_random +libhal/tests/test-rpc_get_version +libhal/tests/test-rpc_hash +libhal/tests/test-rpc_pkey +libhal/tests/test-rpc_server +libhal/tests/test-rsa +libhal/tests/test-rsa-*.der +libhal/tests/test-trng +libhal/utils/cores +libhal/utils/eim_peek_poke +libtfm/tfm.h p11util schema.h +sqlite3/build +sqlite3/sqlite3 +sqlite3/sqlite3.h -- cgit v1.2.3