forked from OpenSC/OpenSC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
112 lines (104 loc) · 1.29 KB
/
.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Makefile
Makefile.in
core
archive
acinclude.m4
aclocal.m4
autom4te.cache
compile
confdefs.h
config.*
configure
conftest
conftest.c
depcomp
install-sh
libtool
libtool.m4
lt*.m4
ltmain.sh
missing
mkinstalldirs
so_locations
stamp-h*
tags
.deps
.libs
.#*#
.*.bak
.*.orig
.*.rej
.*~
#*#
*.bak
*.d
*.def
*.dll
*.exe
*.la
*.lib
*.lo
*.orig
*.pdb
*.rej
*.u
*.rc
*.pc
*~
*.o
*.gz
*.bz2
*.[0-9]
*.gif
*.css
*.out
*.tmp
*.obj
*.exp
*.res
*.ggo
ChangeLog
doc/tools/*-tool
doc/tools/eidenv
doc/tools/opensc-explorer
doc/tools/pkcs15-crypt
doc/tools/pkcs15-init
doc/tools/opensc-asn1
doc/tools/opensc-notify
doc/files/opensc.conf.5.xml
etc/opensc.conf.example
src/common/compat_getopt_main
src/minidriver/opensc-minidriver.inf
src/tools/*-tool
src/tools/pkcs15-crypt
src/tools/pkcs15-init
src/tools/eidenv
src/tools/opensc-explorer
src/tools/cardos-info
src/tools/sceac-example
src/tools/opensc-notify
src/tools/org.opensc.notify.desktop
src/tools/opensc-asn1
win32/OpenSC.iss
win32/OpenSC.wxs
win32/winconfig.h
win32/OpenSC.msi
win32/OpenSC.wixobj
win32/OpenSC.wixpdb
MacOSX/build-package
MacOSX/Distribution.xml
*.dmg
*.pkg
OpenSC.tokend/
build/
engine_pkcs11/
libp11/
target/
src/scconf/test-conf
src/tests/base64
src/tests/lottery
src/tests/p15dump
src/tests/pintest
src/tests/prngtest
src/tests/p11test/p11test
version.m4.ci