forked from besser82/libxcrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (78 loc) · 1.1 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
# http://www.gnu.org/software/automake
/Makefile
/Makefile.in
/.deps/
/.libs/
/INSTALL
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/m4/compile
/m4/config.guess
/config.h
/config.h.in
/config.log
/config.status
/m4/config.sub
/configure
/m4/depcomp
/m4/install-sh
/libtool
/m4/ltmain.sh
/m4/libtool.m4
/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/missing
/stamp-h1
/m4/test-driver
/libxcrypt.pc
# compiler output
*.gcda
*.gcno
*.la
*.lo
*.log
*.o
*.so
*.trs
/crypt.h
/crypt-hashes.h
/crypt-symbol-vers.h
/libcrypt.map
/test-alg-des
/test-alg-hmac-sha1
/test-alg-md4
/test-alg-md5
/test-alg-sha1
/test-alg-sha256
/test-alg-sha512
/test-badsalt
/test-badsetting
/test-bigcrypt
/test-byteorder
/test-crypt-badargs
/test-crypt-bcrypt
/test-crypt-des
/test-crypt-md5
/test-crypt-nthash
/test-crypt-pbkdf1-sha1
/test-crypt-sha256
/test-crypt-sha512
/test-crypt-sunmd5
/test-des-obsolete
/test-des-obsolete_r
/test-gensalt
/test-getrandom-fallbacks
/test-getrandom-interface
/test-short-outbuf
# backup-files
*~
# archives
*.tar*
# Valgrind
vgcore.*
# Patch
*.orig
*.rej