forked from OpenSC/pam_pkcs11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (73 loc) · 1.13 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
# C-Outputs
*.o
*.lo
*.la
# gettext catalogs
*.gmo
po/POTFILES
po/stamp-po
# autoconf-related
aclocal/codeset.m4
aclocal/glibc21.m4
aclocal/glibc2.m4
aclocal/intdiv0.m4
aclocal/intldir.m4
aclocal/intl.m4
aclocal/intlmacosx.m4
aclocal/intmax.m4
aclocal/inttypes_h.m4
aclocal/inttypes-pri.m4
aclocal/lcmessage.m4
aclocal/libtool.m4
aclocal/lock.m4
aclocal/longlong.m4
aclocal/lt~obsolete.m4
aclocal/ltoptions.m4
aclocal/ltsugar.m4
aclocal/ltversion.m4
aclocal.m4
aclocal/printf-posix.m4
aclocal/size_max.m4
aclocal/stdint_h.m4
aclocal/uintmax_t.m4
aclocal/visibility.m4
aclocal/wchar_t.m4
aclocal/wint_t.m4
aclocal/xsize.m4
ar-lib
autom4te.cache/
compile
config.guess
config.h*
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
**/.deps
**/.libs
**/Makefile
**/Makefile.in
# output
ABOUT-NLS
ChangeLog.git
doc/api
doc/doxygen.conf
doc/mappers_api.html
doc/pam_pkcs11.8
doc/pam_pkcs11.html
etc/pam.d_login.example
etc/pam_pkcs11.conf.example
intl/
m4/
src/tools/card_eventmgr
src/tools/pkcs11_eventmgr
src/tools/pkcs11_inspect
src/tools/pkcs11_listcerts
src/tools/pkcs11_setup
src/tools/pklogin_finder