Setup TPM2-Plugin build environment
[aaf/sshsm.git] / SoftHSMv2 / win32 / .gitignore
1 # get back config.h.in
2 !config.h.in
3
4 # Visual Studio
5 *.opensdf
6 *.sdf
7 *.suo
8 .vs/
9
10 # Object files
11 *.obj
12 *.exe
13
14 # Generated project files
15 convarch.vcxproj
16 convarch.vcxproj.filters
17 cryptotest.vcxproj
18 datamgrtest.vcxproj
19 dump.vcxproj
20 handlemgrtest.vcxproj
21 keyconv.vcxproj
22 keyconv.vcxproj.filters
23 objstoretest.vcxproj
24 p11test.vcxproj
25 sessionmgrtest.vcxproj
26 slotmgrtest.vcxproj
27 softhsm2.vcxproj
28 softhsm2.sln
29 util.vcxproj
30 util.vcxproj.filters
31
32 # Build files
33 Debug/
34 Release/
35 x64/