diff options
author | NingSun <ning.sun@intel.com> | 2018-03-14 16:35:31 -0700 |
---|---|---|
committer | NingSun <ning.sun@intel.com> | 2018-03-14 17:02:47 -0700 |
commit | da00ff6db5e68773996ec79d711c45fb3444c580 (patch) | |
tree | 0387aa1f70a468e6c3264767454ae6f4528f59e8 /SoftHSMv2/.gitignore | |
parent | 535535b7c5f2781fa096a5fd00a762d24db4eddc (diff) |
Remove win32 support in SoftHSMv2
Due to license issue, we have to remove win32 support in SoftHSMv2.
Issue-ID: AAF-151
Change-Id: I31dda45ed84065819e26be8205747dd096a37432
Signed-off-by: NingSun <ning.sun@intel.com>
Diffstat (limited to 'SoftHSMv2/.gitignore')
-rw-r--r-- | SoftHSMv2/.gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/SoftHSMv2/.gitignore b/SoftHSMv2/.gitignore index 88488d9..6fa8deb 100644 --- a/SoftHSMv2/.gitignore +++ b/SoftHSMv2/.gitignore @@ -9,8 +9,6 @@ compile py-compile confdefs.h config.* -!win32+botan/config.h -!win32+openssl/config.h configure conftest conftest.c @@ -37,12 +35,6 @@ test-driver *.la *.a -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - # Test outputs *.log *.trs @@ -73,7 +65,6 @@ src/lib/handle_mgr/test/handlemgrtest src/lib/object_store/test/objstoretest src/lib/session_mgr/test/sessionmgrtest src/lib/slot_mgr/test/slotmgrtest -src/lib/test/p11test src/lib/test/softhsm2-alt.conf src/lib/test/softhsm2.conf src/lib/test/tokens/64d6c3fe-1575-1736-1d26-5ccb28440ea7/ |