-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
69 lines (61 loc) · 842 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
libtool.m4
# autoconf files
Makefile
*.deps
*.dirstamp
*.o
config*
config/*
stamp-h1
*.gz
*.log
*.trs
aminclude.am
*.lo
*.la
*.libs
.vscode
# misc
tags
wolfkeymgr.pid
response.pem
dump.der
diff
# applications
src/wolfkeymgr
examples/middlebox/decrypt
examples/ets_test/ets_test
examples/https/client
examples/https/server
libtool
wolfkeymgr/options.h
tests/unit.test
# Generated Cert Files
certs/ca-*.pem
certs/ca-*.der
certs/ca-*.crl
certs/*.par
certs/crlnumber*
certs/serial
certs/index*
certs/tpm-*.csr
certs/server-*.der
certs/server-*.pem
certs/client-*.der
certs/client-*.pem
certs/serial.old
certs/1*.pem
tracefile.txt
# test files
vault.bin
wolfkeymgr.vault