diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-24 17:08:20 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-24 17:08:20 -0400 |
commit | 129e802fd4e0ca73f9dbae7968331d055c3a97d1 (patch) | |
tree | 4bfc0592328844886a6a4693b053254f8f893527 /.gitignore | |
parent | 8be614f02ddd5772582e375084ad0822524fd888 (diff) |
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).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -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 |