diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 156 |
1 files changed, 43 insertions, 113 deletions
@@ -63,34 +63,30 @@ tests/*.txt | |||
63 | # ctags stuff | 63 | # ctags stuff |
64 | TAGS | 64 | TAGS |
65 | 65 | ||
66 | ## The initial / makes these files only get ignored in particular directories. | 66 | autom4te.cache |
67 | /autom4te.cache | ||
68 | 67 | ||
69 | # Libtool adds these, at least sometimes | 68 | # Libtool adds these, at least sometimes |
70 | INSTALL | 69 | INSTALL |
71 | /m4/libtool.m4 | 70 | COPYING |
72 | /m4/ltoptions.m4 | 71 | m4 |
73 | /m4/ltsugar.m4 | 72 | |
74 | /m4/ltversion.m4 | 73 | aclocal.m4 |
75 | /m4/lt~obsolete.m4 | 74 | compile |
76 | 75 | doxygen | |
77 | /aclocal.m4 | 76 | config.guess |
78 | /compile | 77 | config.log |
79 | /doxygen | 78 | config.status |
80 | /config.guess | 79 | config.sub |
81 | /config.log | 80 | configure |
82 | /config.status | 81 | depcomp |
83 | /config.sub | 82 | config.h |
84 | /configure | 83 | config.h.in |
85 | /depcomp | 84 | install-sh |
86 | /config.h | 85 | libtool |
87 | /config.h.in | 86 | ltmain.sh |
88 | /install-sh | 87 | missing |
89 | /libtool | 88 | stamp-h1 |
90 | /ltmain.sh | 89 | stamp-h2 |
91 | /missing | ||
92 | /stamp-h1 | ||
93 | /stamp-h2 | ||
94 | 90 | ||
95 | include/openssl/Makefile.am | 91 | include/openssl/Makefile.am |
96 | 92 | ||
@@ -106,97 +102,31 @@ include/pqueue.h | |||
106 | include/tls.h | 102 | include/tls.h |
107 | include/openssl/*.h | 103 | include/openssl/*.h |
108 | include/openssl/*.he | 104 | include/openssl/*.he |
109 | apps/*.h | 105 | |
110 | apps/*.c | 106 | /apps/*.h |
111 | apps/openssl | 107 | /apps/*.c |
112 | apps/openssl.cnf | 108 | /apps/openssl |
113 | !apps/apps_win.c | 109 | /apps/openssl.cnf |
114 | !apps/poll_win.c | 110 | !/apps/apps_win.c |
115 | !apps/certhash_disabled.c | 111 | !/apps/poll_win.c |
116 | 112 | !/apps/certhash_disabled.c | |
117 | crypto/compat/arc4random.c | 113 | |
118 | crypto/compat/chacha_private.h | 114 | /crypto |
119 | crypto/compat/explicit_bzero.c | 115 | !/crypto/Makefile.am.* |
120 | crypto/compat/getentropy_*.c | 116 | !/crypto/compat/arc4random.h |
121 | crypto/compat/reallocarray.c | 117 | !/crypto/compat/b_win.c |
122 | crypto/compat/strlcat.c | 118 | !/crypto/compat/bsd_asprintf.c |
123 | crypto/compat/strlcpy.c | 119 | !/crypto/compat/ui_openssl_win.c |
124 | crypto/compat/strndup.c | 120 | |
125 | crypto/compat/strnlen.c | 121 | /libtls-standalone/include/*.h |
126 | crypto/compat/timingsafe_bcmp.c | 122 | /libtls-standalone/src/*.c |
127 | crypto/compat/timingsafe_memcmp.c | 123 | /libtls-standalone/src/*.h |
128 | crypto/compat/arc4random_*.h | 124 | /libtls-standalone/src/compat |
129 | 125 | ||
130 | crypto/aes/ | ||
131 | crypto/asn1/ | ||
132 | crypto/bf/ | ||
133 | crypto/bio/ | ||
134 | crypto/bn/ | ||
135 | crypto/buffer/ | ||
136 | crypto/camellia/ | ||
137 | crypto/cast/ | ||
138 | crypto/camellia/ | ||
139 | crypto/chacha/ | ||
140 | crypto/cmac/ | ||
141 | crypto/comp/ | ||
142 | crypto/conf/ | ||
143 | crypto/cpt_err.c | ||
144 | crypto/cryptlib.c | ||
145 | crypto/cryptlib.h | ||
146 | crypto/cversion.c | ||
147 | crypto/des/ | ||
148 | crypto/dh/ | ||
149 | crypto/dsa/ | ||
150 | crypto/dso/ | ||
151 | crypto/ec/ | ||
152 | crypto/ecdh/ | ||
153 | crypto/ecdsa/ | ||
154 | crypto/engine/ | ||
155 | crypto/err/ | ||
156 | crypto/evp/ | ||
157 | crypto/ex_data.c | ||
158 | crypto/gost/ | ||
159 | crypto/hmac/ | ||
160 | crypto/idea/ | ||
161 | crypto/krb5/ | ||
162 | crypto/lhash/ | ||
163 | crypto/malloc-wrapper.c | ||
164 | crypto/md32_common.h | ||
165 | crypto/md4/ | ||
166 | crypto/md5/ | ||
167 | crypto/mdc2/ | ||
168 | crypto/mem_clr.c | ||
169 | crypto/mem_dbg.c | ||
170 | crypto/modes/ | ||
171 | crypto/o_init.c | ||
172 | crypto/o_str.c | ||
173 | crypto/o_time.c | ||
174 | crypto/o_time.h | ||
175 | crypto/objects | ||
176 | crypto/ocsp/ | ||
177 | crypto/pem/ | ||
178 | crypto/pkcs12/ | ||
179 | crypto/pkcs7/ | ||
180 | crypto/poly1305/ | ||
181 | crypto/pqueue/ | ||
182 | crypto/rand/ | ||
183 | crypto/rc2/ | ||
184 | crypto/rc4/ | ||
185 | crypto/ripemd/ | ||
186 | crypto/rsa/ | ||
187 | crypto/sha/ | ||
188 | crypto/stack/ | ||
189 | crypto/ts/ | ||
190 | crypto/txt_db/ | ||
191 | crypto/ui/ | ||
192 | crypto/whrlpool/ | ||
193 | crypto/x509/ | ||
194 | crypto/x509v3/ | ||
195 | openbsd/ | 126 | openbsd/ |
127 | |||
196 | *.tar.gz | 128 | *.tar.gz |
197 | apps/*.1* | 129 | apps/*.1* |
198 | man/*.3 | 130 | man/*.3 |
199 | man/*.1 | 131 | man/*.1 |
200 | man/Makefile.am | 132 | man/Makefile.am |
201 | .gitmodules | ||
202 | COPYING | ||